]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/common/include/rte_pci.h
add FILE argument to debug functions
[dpdk.git] / lib / librte_eal / common / include / rte_pci.h
index 3d8420dab5a0986d0f992823af459b061f9a8807..c793773db8f2e3f7920fbc0337454bb745f2cffa 100644 (file)
@@ -271,8 +271,11 @@ int rte_eal_pci_probe(void);
 
 /**
  * Dump the content of the PCI bus.
+ *
+ * @param f
+ *   A pointer to a file for output
  */
-void rte_eal_pci_dump(void);
+void rte_eal_pci_dump(FILE *f);
 
 /**
  * Register a PCI driver.