]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - kernel/module-internal.h
Merge tag 'for-5.2/block-post-20190516' of git://git.kernel.dk/linux-block
[linux.git] / kernel / module-internal.h
index 79c9be2dbbe987a95e53be8c64d9e540db7bec4b..d354341f8cc0c3e2cb00a89790523b43c32ddc7c 100644 (file)
@@ -20,7 +20,7 @@ struct load_info {
        unsigned long len;
        Elf_Shdr *sechdrs;
        char *secstrings, *strtab;
-       unsigned long symoffs, stroffs;
+       unsigned long symoffs, stroffs, init_typeoffs, core_typeoffs;
        struct _ddebug *debug;
        unsigned int num_debug;
        bool sig_ok;