#include #include #include MODULE_INFO(vermagic, VERMAGIC_STRING); __visible 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, }; MODULE_INFO(intree, "Y"); static const struct modversion_info ____versions[] __used __attribute__((section("__versions"))) = { { 0xf0da9032, __VMLINUX_SYMBOL_STR(module_layout) }, { 0x1b087904, __VMLINUX_SYMBOL_STR(tcp_reno_ssthresh) }, { 0xa381def6, __VMLINUX_SYMBOL_STR(tcp_unregister_congestion_control) }, { 0xf21551fe, __VMLINUX_SYMBOL_STR(tcp_register_congestion_control) }, { 0x2e5810c6, __VMLINUX_SYMBOL_STR(__aeabi_unwind_cpp_pr1) }, { 0x2a883040, __VMLINUX_SYMBOL_STR(tcp_reno_cong_avoid) }, { 0x44b1d426, __VMLINUX_SYMBOL_STR(__dynamic_pr_debug) }, { 0x7d11c268, __VMLINUX_SYMBOL_STR(jiffies) }, { 0xe707d823, __VMLINUX_SYMBOL_STR(__aeabi_uidiv) }, { 0xefd6cf06, __VMLINUX_SYMBOL_STR(__aeabi_unwind_cpp_pr0) }, }; static const char __module_depends[] __used __attribute__((section(".modinfo"))) = "depends=";