eal/linux: allow to map BARs with MSI-X tables
[dpdk.git] / lib / librte_eal / linuxapp / eal / eal_pci_init.h
index 1070eb8..0a0853d 100644 (file)
@@ -66,7 +66,7 @@ extern void *pci_map_addr;
 void *pci_find_max_end_va(void);
 
 void *pci_map_resource(void *requested_addr, int fd, off_t offset,
-               size_t size);
+              size_t size, int additional_flags);
 
 /* map IGB_UIO resource prototype */
 int pci_uio_map_resource(struct rte_pci_device *dev);