1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ 2 /* Copyright (C) 2015-2017 Netronome Systems, Inc. */ 3 4 /* 5 * nfp6000_pcie.h 6 * Author: Jason McMullan <jason.mcmullan@netronome.com> 7 */ 8 9 #ifndef NFP6000_PCIE_H 10 #define NFP6000_PCIE_H 11 12 #include "nfp_cpp.h" 13 14 struct nfp_cpp *nfp_cpp_from_nfp6000_pcie(struct pci_dev *pdev); 15 16 #endif /* NFP6000_PCIE_H */ 17