Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
0002 /* Copyright (C) 2015-2017 Netronome Systems, Inc. */
0003 
0004 /*
0005  * nfp6000_pcie.h
0006  * Author: Jason McMullan <jason.mcmullan@netronome.com>
0007  */
0008 
0009 #ifndef NFP6000_PCIE_H
0010 #define NFP6000_PCIE_H
0011 
0012 #include "nfp_cpp.h"
0013 
0014 struct nfp_cpp *
0015 nfp_cpp_from_nfp6000_pcie(struct pci_dev *pdev, const struct nfp_dev_info *dev_info);
0016 
0017 #endif /* NFP6000_PCIE_H */