Linux Audio

Check our new training course

Yocto distribution development and maintenance

Need a Yocto distribution for your embedded project?
Loading...
 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
14struct nfp_cpp *
15nfp_cpp_from_nfp6000_pcie(struct pci_dev *pdev, const struct nfp_dev_info *dev_info);
16
17#endif /* NFP6000_PCIE_H */