3 struct resword { const char *name; int token; }
5 EXPORT_SYMBOL, EXPORT_SYMBOL_KEYW
6 EXPORT_SYMBOL_GPL, EXPORT_SYMBOL_KEYW
9 __attribute, ATTRIBUTE_KEYW
10 __attribute__, ATTRIBUTE_KEYW
14 __inline__, INLINE_KEYW
16 __signed__, SIGNED_KEYW
17 __volatile, VOLATILE_KEYW
18 __volatile__, VOLATILE_KEYW
19 # According to rth, c99 defines _Bool, __restrict, __restrict__, restrict. KAO
21 _restrict, RESTRICT_KEYW
22 __restrict__, RESTRICT_KEYW
23 restrict, RESTRICT_KEYW
25 # attribute commented out in modutils 2.4.2. People are using 'attribute' as a
26 # field name which breaks the genksyms parser. It is not a gcc keyword anyway.
28 # attribute, ATTRIBUTE_KEYW
39 register, REGISTER_KEYW
46 unsigned, UNSIGNED_KEYW
48 volatile, VOLATILE_KEYW
50 __typeof__, TYPEOF_KEYW