]> git.droids-corp.org - dpdk.git/blobdiff - lib/eal/include/rte_common.h
examples/l3fwd: merge l3fwd-acl example
[dpdk.git] / lib / eal / include / rte_common.h
index d56a7570c0997e1aba13e4f9c6894e500a2b219b..a96cc2a138b07133b2cd2fc74ed5f915f65bbfbd 100644 (file)
@@ -85,6 +85,11 @@ typedef uint16_t unaligned_uint16_t;
  */
 #define __rte_packed __attribute__((__packed__))
 
+/**
+ * Macro to mark a type that is not subject to type-based aliasing rules
+ */
+#define __rte_may_alias __attribute__((__may_alias__))
+
 /******* Macro to mark functions and fields scheduled for removal *****/
 #define __rte_deprecated       __attribute__((__deprecated__))
 #define __rte_deprecated_msg(msg)      __attribute__((__deprecated__(msg)))