#include #include #include MODULE_INFO(vermagic, VERMAGIC_STRING); struct module __this_module __attribute__((section(".gnu.linkonce.this_module"))) = { .name = KBUILD_MODNAME, .init = init_module, #ifdef CONFIG_MODULE_UNLOAD .exit = cleanup_module, #endif }; static const struct modversion_info ____versions[] __attribute_used__ __attribute__((section("__versions"))) = { { 0xfa02c634, "struct_module" }, { 0x12da5bb2, "__kmalloc" }, { 0xccd6404a, "register_sysctl_table" }, { 0x2eab6609, "proc_dointvec" }, { 0x7d11c268, "jiffies" }, { 0x1b7d4074, "printk" }, { 0x5152e605, "memcmp" }, { 0x6a2d425d, "unregister_sysctl_table" }, { 0x3cc61a9f, "wake_up_process" }, { 0x6989a769, "vsnprintf" }, { 0x37a0cba, "kfree" }, { 0x25da070, "snprintf" }, { 0x9e7d6bd0, "__udelay" }, }; static const char __module_depends[] __attribute_used__ __attribute__((section(".modinfo"))) = "depends="; MODULE_INFO(srcversion, "1C4674BC571822D865F3575");