X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fbus%2Fpci%2Fprivate.h;h=13c3324bb0c9fd2bde3d27cbac2730c9eb41769c;hb=6ef75e405d5a88e8806b261c1a6c3f6b30385007;hp=04bffa6e7785cc6969ea934d68a488220f3df4dd;hpb=6844d146ff397d82526a8a39b550443937f7ac12;p=dpdk.git diff --git a/drivers/bus/pci/private.h b/drivers/bus/pci/private.h index 04bffa6e77..13c3324bb0 100644 --- a/drivers/bus/pci/private.h +++ b/drivers/bus/pci/private.h @@ -126,6 +126,18 @@ int pci_uio_alloc_resource(struct rte_pci_device *dev, void pci_uio_free_resource(struct rte_pci_device *dev, struct mapped_pci_resource *uio_res); +/** + * Remap the PCI resource of a PCI device in anonymous virtual memory. + * + * @param dev + * Point to the struct rte pci device. + * @return + * - On success, zero. + * - On failure, a negative value. + */ +int +pci_uio_remap_resource(struct rte_pci_device *dev); + /** * Map device memory to uio resource *