|
@@ -122,6 +122,7 @@
|
|
#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 __always_unused __attribute__((unused))
|
|
|
|
+#define __mode(x) __attribute__((mode(x)))
|
|
|
|
|
|
/* gcc version specific checks */
|
|
/* gcc version specific checks */
|
|
|
|
|