|
@@ -79,6 +79,7 @@
|
|
#define noinline __attribute__((noinline))
|
|
#define noinline __attribute__((noinline))
|
|
#define __attribute_const__ __attribute__((__const__))
|
|
#define __attribute_const__ __attribute__((__const__))
|
|
#define __maybe_unused __attribute__((unused))
|
|
#define __maybe_unused __attribute__((unused))
|
|
|
|
+#define __always_unused __attribute__((unused))
|
|
|
|
|
|
#define __gcc_header(x) #x
|
|
#define __gcc_header(x) #x
|
|
#define _gcc_header(x) __gcc_header(linux/compiler-gcc##x.h)
|
|
#define _gcc_header(x) __gcc_header(linux/compiler-gcc##x.h)
|