From: Jan Viktorin Date: Tue, 20 Sep 2016 12:41:31 +0000 (+0530) Subject: eal: include dev headers in place of PCI headers X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=8a4764a466ceccbcd96b01c3364bc4cfaa82b3bf;hp=2695c6df698400c0d9a48b982f1e902a43018305;p=dpdk.git eal: include dev headers in place of PCI headers Further refactoring and generalization of PCI infrastructure will require access to the rte_dev.h contents. Signed-off-by: Jan Viktorin Signed-off-by: Shreyansh Jain Acked-by: David Marchand --- diff --git a/lib/librte_eal/common/include/rte_pci.h b/lib/librte_eal/common/include/rte_pci.h index e1f695fe6b..bb03d41bd9 100644 --- a/lib/librte_eal/common/include/rte_pci.h +++ b/lib/librte_eal/common/include/rte_pci.h @@ -84,6 +84,7 @@ extern "C" { #include #include +#include TAILQ_HEAD(pci_device_list, rte_pci_device); /**< PCI devices in D-linked Q. */ TAILQ_HEAD(pci_driver_list, rte_pci_driver); /**< PCI drivers in D-linked Q. */