cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

nfp6000_pcie.h (401B)


      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 */