Import TRACE_EVENT macro from the kernel v3
[ust.git] / include / ust / kcompat / compiler.h
index d3ef8a1e0cd9c9648dd046a719d16f76d5cfe436..f2fbd3e3990c4dfd6872b883ee32a21d108f43af 100644 (file)
@@ -34,6 +34,7 @@
 #define __printf(a,b)                   __attribute__((format(printf,a,b)))
 #define  noinline                       __attribute__((noinline))
 #define __attribute_const__             __attribute__((__const__))
+#define __used                          __attribute__((used))
 #define __maybe_unused                  __attribute__((unused))
 
 #define notrace __attribute__((no_instrument_function))
This page took 0.023081 seconds and 4 git commands to generate.