]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/common/eal_private.h
ivshmem: remove library and its EAL integration
[dpdk.git] / lib / librte_eal / common / eal_private.h
index 857dc3eaa4f16f3d82551c92e9784e7296dad414..0bda493e8a6642b0de01bddd9ccb6ede174a8f44 100644 (file)
@@ -126,28 +126,6 @@ int rte_eal_log_init(const char *id, int facility);
  */
 int rte_eal_pci_init(void);
 
-#ifdef RTE_LIBRTE_IVSHMEM
-/**
- * Init the memory from IVSHMEM devices
- *
- * This function is private to EAL.
- *
- * @return
- *  0 on success, negative on error
- */
-int rte_eal_ivshmem_init(void);
-
-/**
- * Init objects in IVSHMEM devices
- *
- * This function is private to EAL.
- *
- * @return
- *  0 on success, negative on error
- */
-int rte_eal_ivshmem_obj_init(void);
-#endif
-
 struct rte_pci_driver;
 struct rte_pci_device;