#include #define INCLUDE_VERMAGIC #include #include #include #include #include #ifdef CONFIG_UNWINDER_ORC #include ORC_HEADER; #endif BUILD_SALT; BUILD_LTO_INFO; MODULE_INFO(vermagic, VERMAGIC_STRING); MODULE_INFO(name, KBUILD_MODNAME); __visible struct module __this_module __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"); #ifdef CONFIG_RETPOLINE MODULE_INFO(retpoline, "Y"); #endif static const struct modversion_info ____versions[] __used __section("__versions") = { { 0x485773ca, "ppp_unregister_compressor" }, { 0x6a7ef2be, "ppp_register_compressor" }, { 0x122c3a7e, "_printk" }, { 0x424d3620, "zlib_inflateIncomp" }, { 0x581f98da, "zlib_inflate" }, { 0xbb0540aa, "zlib_inflateReset" }, { 0xf2c43f3f, "zlib_deflate" }, { 0x6aeefac4, "zlib_deflateReset" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x29977925, "kmalloc_trace" }, { 0xe9f7149c, "zlib_deflate_workspacesize" }, { 0xd6ee688f, "vmalloc" }, { 0x5a0b73d0, "zlib_deflateInit2" }, { 0xc890c008, "zlib_deflateEnd" }, { 0x999e8297, "vfree" }, { 0x37a0cba, "kfree" }, { 0xce5ac24f, "zlib_inflate_workspacesize" }, { 0x35a88f28, "zlib_inflateInit2" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "ppp_generic");