#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" }, { 0xd6ee688f, "vmalloc" }, { 0xc41e0cfe, "malloc_sizes" }, { 0x8951c356, "ieee80211_proc_vcreate" }, { 0x2fd1d81c, "vfree" }, { 0x1d26aa98, "sprintf" }, { 0x7d11c268, "jiffies" }, { 0x1b7d4074, "printk" }, { 0x5152e605, "memcmp" }, { 0xe8871771, "ieee80211_iterate_nodes" }, { 0x4ea383fc, "kmem_cache_alloc" }, { 0x21c2b313, "ath_hal_computetxtime" }, { 0x37a0cba, "kfree" }, { 0xb742fd7, "simple_strtol" }, { 0xd0732629, "ether_sprintf" }, }; static const char __module_depends[] __attribute_used__ __attribute__((section(".modinfo"))) = "depends=wlan,ath_hal"; MODULE_INFO(srcversion, "EFC6FE3D5266CB232443D26");