53 lines
1.4 KiB
C
53 lines
1.4 KiB
C
|
#include <linux/module.h>
|
||
|
#define INCLUDE_VERMAGIC
|
||
|
#include <linux/build-salt.h>
|
||
|
#include <linux/elfnote-lto.h>
|
||
|
#include <linux/export-internal.h>
|
||
|
#include <linux/vermagic.h>
|
||
|
#include <linux/compiler.h>
|
||
|
|
||
|
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
|
||
|
|
||
|
SYMBOL_CRC(roccat_common2_receive, 0x91dcac0a, "_gpl");
|
||
|
SYMBOL_CRC(roccat_common2_send, 0x15c2a68e, "_gpl");
|
||
|
SYMBOL_CRC(roccat_common2_send_with_status, 0x583bdbeb, "_gpl");
|
||
|
SYMBOL_CRC(roccat_common2_device_init_struct, 0x7727ed97, "_gpl");
|
||
|
SYMBOL_CRC(roccat_common2_sysfs_read, 0x4f682769, "_gpl");
|
||
|
SYMBOL_CRC(roccat_common2_sysfs_write, 0x39251bc6, "_gpl");
|
||
|
|
||
|
static const struct modversion_info ____versions[]
|
||
|
__used __section("__versions") = {
|
||
|
{ 0xbdfb6dbb, "__fentry__" },
|
||
|
{ 0xeb233a45, "__kmalloc" },
|
||
|
{ 0x3ee3159c, "usb_control_msg" },
|
||
|
{ 0x69acdf38, "memcpy" },
|
||
|
{ 0x37a0cba, "kfree" },
|
||
|
{ 0x5b8239ca, "__x86_return_thunk" },
|
||
|
{ 0x66b4cc41, "kmemdup" },
|
||
|
{ 0xcefb0c9f, "__mutex_init" },
|
||
|
{ 0x4dfa8d4b, "mutex_lock" },
|
||
|
{ 0x3213f038, "mutex_unlock" },
|
||
|
{ 0xf9a482f9, "msleep" },
|
||
|
{ 0x9040242d, "_dev_err" },
|
||
|
{ 0x7098e516, "module_layout" },
|
||
|
};
|
||
|
|
||
|
MODULE_INFO(depends, "");
|
||
|
|