examples/l3fwd: merge l3fwd-acl example
[dpdk.git] / lib / eal / include / rte_eal.h
index 5a34a6a..5dfc50e 100644 (file)
@@ -449,6 +449,15 @@ static inline int rte_gettid(void)
        return RTE_PER_LCORE(_thread_id);
 }
 
+/**
+ * Get the OS-specific EAL base address.
+ *
+ * @return
+ *    The base address.
+ */
+__rte_internal
+uint64_t rte_eal_get_baseaddr(void);
+
 /**
  * Get the iova mode
  *