#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, .arch = MODULE_ARCH_INIT, }; MODULE_INFO(intree, "Y"); #ifdef CONFIG_RETPOLINE MODULE_INFO(retpoline, "Y"); #endif KSYMTAB_FUNC(roccat_common2_receive, "_gpl", ""); KSYMTAB_FUNC(roccat_common2_send, "_gpl", ""); KSYMTAB_FUNC(roccat_common2_send_with_status, "_gpl", ""); KSYMTAB_FUNC(roccat_common2_device_init_struct, "_gpl", ""); KSYMTAB_FUNC(roccat_common2_sysfs_read, "_gpl", ""); KSYMTAB_FUNC(roccat_common2_sysfs_write, "_gpl", ""); SYMBOL_CRC(roccat_common2_receive, 0x93668085, "_gpl"); SYMBOL_CRC(roccat_common2_send, 0x2a842c3c, "_gpl"); SYMBOL_CRC(roccat_common2_send_with_status, 0x5e1f38ba, "_gpl"); SYMBOL_CRC(roccat_common2_device_init_struct, 0x42979f88, "_gpl"); SYMBOL_CRC(roccat_common2_sysfs_read, 0x9827f7f2, "_gpl"); SYMBOL_CRC(roccat_common2_sysfs_write, 0x026efbaf, "_gpl"); static const struct modversion_info ____versions[] __used __section("__versions") = { { 0xeb233a45, "__kmalloc" }, { 0x4be66af9, "usb_control_msg" }, { 0x4829a47e, "memcpy" }, { 0x37a0cba, "kfree" }, { 0x66b4cc41, "kmemdup" }, { 0xcefb0c9f, "__mutex_init" }, { 0x4dfa8d4b, "mutex_lock" }, { 0x3213f038, "mutex_unlock" }, { 0xf9a482f9, "msleep" }, { 0xd1005013, "_dev_err" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "");