pci: add bus driver
[dpdk.git] / lib / librte_eal / bsdapp / eal / eal_pci.c
index 16a1743..6ef8781 100644 (file)
@@ -87,6 +87,8 @@
  * enabling bus master.
  */
 
+extern struct rte_pci_bus rte_pci_bus;
+
 /* Map pci device */
 int
 rte_eal_pci_map_device(struct rte_pci_device *dev)