eal: revert link bonding specific initialization
[dpdk.git] / lib / librte_eal / common / include / eal_private.h
index b440ffb..232fcec 100644 (file)
@@ -196,4 +196,11 @@ int rte_eal_intr_init(void);
  */
 int rte_eal_alarm_init(void);
 
+/**
+ * This function initialises any virtual devices
+ *
+ * This function is private to the EAL.
+ */
+int rte_eal_dev_init(void);
+
 #endif /* _EAL_PRIVATE_H_ */