#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) }, { 0x458fbd9d, __VMLINUX_SYMBOL_STR(ppp_unregister_compressor) }, { 0xb38127a2, __VMLINUX_SYMBOL_STR(ppp_register_compressor) }, { 0x2e5810c6, __VMLINUX_SYMBOL_STR(__aeabi_unwind_cpp_pr1) }, { 0xd6ee688f, __VMLINUX_SYMBOL_STR(vmalloc) }, { 0x984af5d1, __VMLINUX_SYMBOL_STR(kmem_cache_alloc) }, { 0xf66940e2, __VMLINUX_SYMBOL_STR(kmalloc_caches) }, { 0x27e1a049, __VMLINUX_SYMBOL_STR(printk) }, { 0xe707d823, __VMLINUX_SYMBOL_STR(__aeabi_uidiv) }, { 0x37a0cba, __VMLINUX_SYMBOL_STR(kfree) }, { 0x999e8297, __VMLINUX_SYMBOL_STR(vfree) }, { 0xefd6cf06, __VMLINUX_SYMBOL_STR(__aeabi_unwind_cpp_pr0) }, }; static const char __module_depends[] __used __attribute__((section(".modinfo"))) = "depends=ppp_generic";