#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 KSYMTAB_FUNC(roccat_report_event, "_gpl", ""); KSYMTAB_FUNC(roccat_connect, "_gpl", ""); KSYMTAB_FUNC(roccat_disconnect, "_gpl", ""); SYMBOL_CRC(roccat_report_event, 0x3e4427c8, "_gpl"); SYMBOL_CRC(roccat_connect, 0xee4b4553, "_gpl"); SYMBOL_CRC(roccat_disconnect, 0x2f622ea1, "_gpl"); static const struct modversion_info ____versions[] __used __section("__versions") = { { 0x66b4cc41, "kmemdup" }, { 0x4dfa8d4b, "mutex_lock" }, { 0x37a0cba, "kfree" }, { 0x3213f038, "mutex_unlock" }, { 0xe2964344, "__wake_up" }, { 0x8be73006, "device_destroy" }, { 0x5928650f, "hid_hw_close" }, { 0xe3ec2f2b, "alloc_chrdev_region" }, { 0x863e99a6, "cdev_init" }, { 0x667e590d, "cdev_add" }, { 0x122c3a7e, "_printk" }, { 0x6091b333, "unregister_chrdev_region" }, { 0xc27d4777, "cdev_del" }, { 0xaad8c7d6, "default_wake_function" }, { 0x88db9f48, "__check_object_size" }, { 0x6cbbfc54, "__arch_copy_to_user" }, { 0x4afb2238, "add_wait_queue" }, { 0x37110088, "remove_wait_queue" }, { 0x1000e51, "schedule" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x29977925, "kmalloc_trace" }, { 0xf8bb7bea, "hid_hw_open" }, { 0x7696f8c7, "__list_add_valid_or_report" }, { 0xd0ce5d23, "device_create" }, { 0xd9a5ea54, "__init_waitqueue_head" }, { 0xcefb0c9f, "__mutex_init" }, { 0x950eb34e, "__list_del_entry_valid_or_report" }, { 0xbbb03387, "noop_llseek" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "");