#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"))) = { { 0x1635e2b6, "module_layout" }, { 0x2552b43c, "kmem_cache_destroy" }, { 0x38784ffd, "kmalloc_caches" }, { 0x7c3d3a34, "mem_map" }, { 0x15692c87, "param_ops_int" }, { 0xd0d8621b, "strlen" }, { 0x20000329, "simple_strtoul" }, { 0x85df9b6c, "strsep" }, { 0x29aecab7, "__alloc_pages_nodemask" }, { 0x4d405db8, "param_ops_string" }, { 0x50eedeb8, "printk" }, { 0x20c55ae0, "sscanf" }, { 0xb4390f9a, "mcount" }, { 0x6c2e3320, "strncmp" }, { 0x4c29004c, "kmem_cache_free" }, { 0x8def339e, "contig_page_data" }, { 0xe1940599, "kmem_cache_alloc" }, { 0xb3fabd4f, "__free_pages" }, { 0xf0fdf6cb, "__stack_chk_fail" }, { 0x895871c8, "kmem_cache_alloc_trace" }, { 0x9107f078, "kmem_cache_create" }, { 0x37a0cba, "kfree" }, { 0xa6e352f0, "pci_get_device" }, { 0xb81960ca, "snprintf" }, { 0xe914e41e, "strcpy" }, }; static const char __module_depends[] __used __attribute__((section(".modinfo"))) = "depends="; MODULE_INFO(srcversion, "EC05F45C19E6C0F63A888CE"); .