#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 .arch = MODULE_ARCH_INIT, }; static const struct modversion_info ____versions[] __used __attribute__((section("__versions"))) = { { 0x35ec255d, "module_layout" }, { 0xf0ba0366, "kmem_cache_destroy" }, { 0xcea0a119, "kmalloc_caches" }, { 0xfc9c80e4, "mem_map" }, { 0x15692c87, "param_ops_int" }, { 0xd0d8621b, "strlen" }, { 0x20000329, "simple_strtoul" }, { 0x85df9b6c, "strsep" }, { 0x59ceabe5, "__alloc_pages_nodemask" }, { 0x4d405db8, "param_ops_string" }, { 0x50eedeb8, "printk" }, { 0x20c55ae0, "sscanf" }, { 0xb4390f9a, "mcount" }, { 0x6c2e3320, "strncmp" }, { 0xc6382f49, "kmem_cache_free" }, { 0x8def339e, "contig_page_data" }, { 0x930a6c90, "kmem_cache_alloc" }, { 0x2642b7f0, "__free_pages" }, { 0xf0fdf6cb, "__stack_chk_fail" }, { 0x41ad0272, "kmem_cache_alloc_trace" }, { 0xa12ddd7b, "kmem_cache_create" }, { 0x37a0cba, "kfree" }, { 0xcd1fd26d, "pci_get_device" }, { 0xb81960ca, "snprintf" }, { 0xe914e41e, "strcpy" }, }; static const char __module_depends[] __used __attribute__((section(".modinfo"))) = "depends="; MODULE_INFO(srcversion, "EC05F45C19E6C0F63A888CE"); .