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