X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_eal%2Fcommon%2Feal_private.h;h=6cacce0732934c84a906cdc078b7fbe7999e2c96;hb=3dcfe0390c90560bdd4295dcb009e217521ca4a3;hp=280126d68022e34d481d2f9c8cd76749dc9d2089;hpb=b2036f771820e39defe37257eb291a4ab516da06;p=dpdk.git diff --git a/lib/librte_eal/common/eal_private.h b/lib/librte_eal/common/eal_private.h index 280126d680..6cacce0732 100644 --- a/lib/librte_eal/common/eal_private.h +++ b/lib/librte_eal/common/eal_private.h @@ -121,7 +121,7 @@ struct rte_pci_device; * PCI device to add * @return void */ -void rte_eal_pci_add_device(struct rte_pci_device *pci_dev); +void rte_pci_add_device(struct rte_pci_device *pci_dev); /** * Insert a PCI device in the PCI Bus at a particular location in the device @@ -134,8 +134,8 @@ void rte_eal_pci_add_device(struct rte_pci_device *pci_dev); * PCI device to be added before exist_pci_dev * @return void */ -void rte_eal_pci_insert_device(struct rte_pci_device *exist_pci_dev, - struct rte_pci_device *new_pci_dev); +void rte_pci_insert_device(struct rte_pci_device *exist_pci_dev, + struct rte_pci_device *new_pci_dev); /** * Remove a PCI device from the PCI Bus. This sets to NULL the bus references @@ -145,7 +145,7 @@ void rte_eal_pci_insert_device(struct rte_pci_device *exist_pci_dev, * PCI device to be removed from PCI Bus * @return void */ -void rte_eal_pci_remove_device(struct rte_pci_device *pci_device); +void rte_pci_remove_device(struct rte_pci_device *pci_device); /** * Update a pci device object by asking the kernel for the latest information.