]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - scripts/genksyms/genksyms.h
genksyms: allow to ignore symbol checksum changes
[net-next-2.6.git] / scripts / genksyms / genksyms.h
index 2831158426cddeda87e6e2923955f9c4e8fc44e4..25c4d40cefc134f2609593ed60546daba55e1aab 100644 (file)
@@ -49,6 +49,7 @@ struct symbol {
        int is_extern;
        int is_declared;
        enum symbol_status status;
+       int is_override;
 };
 
 typedef struct string_list **yystype;