X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=blobdiff_plain;f=include%2Flinux%2Fcompiler.h;h=b81bf1472800404745d444e0412f2e8304884a5f;hp=d331f3c1fe043e15889f579f6830b47f99e4fbf0;hb=1a2fbaf4f621cbb37f36637b1d4101f453474f7a;hpb=1ba65c281556d3371fd8f4972710b8caff92ba7e diff --git a/include/linux/compiler.h b/include/linux/compiler.h index d331f3c..b81bf14 100644 --- a/include/linux/compiler.h +++ b/include/linux/compiler.h @@ -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)