]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/common/include/rte_common.h
ethdev: mark deprecated statistics with attribute
[dpdk.git] / lib / librte_eal / common / include / rte_common.h
index 31213146541c333a5639881ca6bcce4866a4219d..f8ca6f3ce3cf75d4c50e9364015c4bbb0b8a0ac6 100644 (file)
@@ -69,6 +69,9 @@ typedef uint32_t unaligned_uint32_t;
 typedef uint16_t unaligned_uint16_t;
 #endif
 
+/******* Macro to mark functions and fields scheduled for removal *****/
+#define __rte_deprecated       __attribute__((__deprecated__))
+
 /*********** Macros to eliminate unused variable warnings ********/
 
 /**