carl9170: link time optimization build
[carl9170fw.git] / include / linux / compiler.h
index d331f3c1fe043e15889f579f6830b47f99e4fbf0..b81bf1472800404745d444e0412f2e8304884a5f 100644 (file)
@@ -27,6 +27,7 @@
 #define __section(s)   __attribute__((section("." # s)))
 #define __aligned(a)   __attribute__((aligned(a)))
 #define __packed       __attribute__((packed))
+#define __visible      __attribute__((externally_visible))
 
 #define BUILD_BUG_ON(condition)        ((void)sizeof(char[1 - 2*!!(condition)]))
 #define BUILD_BUG_ON_ZERO(e) (sizeof(char[1 - 2 * !!(e)]) - 1)