X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=scripts%2Fmod%2Fmodpost.h;h=09f58e33d227bf3fecb88d555f33cd52fc4375a7;hb=3f30a09a612bac2b531a206c2a58a292dd7ff182;hp=999f15e0e0083252e7991910eeab55494131b525;hpb=9ad21c3f3ecffeb56be7b35030d7ec2f30b6fe11;p=linux-2.6-omap-h63xx.git diff --git a/scripts/mod/modpost.h b/scripts/mod/modpost.h index 999f15e0e00..09f58e33d22 100644 --- a/scripts/mod/modpost.h +++ b/scripts/mod/modpost.h @@ -112,6 +112,8 @@ struct module { int has_init; int has_cleanup; struct buffer dev_table_buf; + char **markers; + size_t nmarkers; char srcversion[25]; }; @@ -126,12 +128,14 @@ struct elf_info { Elf_Section export_gpl_sec; Elf_Section export_unused_gpl_sec; Elf_Section export_gpl_future_sec; + Elf_Section markers_strings_sec; const char *strtab; char *modinfo; unsigned int modinfo_len; }; /* file2alias.c */ +extern unsigned int cross_build; void handle_moddevtable(struct module *mod, struct elf_info *info, Elf_Sym *sym, const char *symname); void add_moddevtable(struct buffer *buf, struct module *mod);