#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") = { { 0x1e7bbcb3, "kernel_restart" }, { 0x459f2852, "kthread_create_on_node" }, { 0x2e02864, "wake_up_process" }, { 0x46a4b118, "hrtimer_cancel" }, { 0xcd1f47a2, "module_put" }, { 0xef34bf3e, "hrtimer_active" }, { 0x3c5d543a, "hrtimer_start_range_ns" }, { 0x6bce2ad2, "__module_get" }, { 0x45c9e82, "watchdog_unregister_device" }, { 0x122c3a7e, "_printk" }, { 0xd0c05159, "emergency_restart" }, { 0x2d3385d3, "system_wq" }, { 0xc5b6f236, "queue_work_on" }, { 0xf1e046cc, "panic" }, { 0xcc1eb780, "watchdog_init_timeout" }, { 0x2d0684a9, "hrtimer_init" }, { 0x7cbdc3e3, "watchdog_register_device" }, { 0x19858e93, "param_ops_bool" }, { 0xb5d3239d, "param_ops_charp" }, { 0xe64db987, "param_ops_int" }, { 0x6df768b3, "param_ops_uint" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "");