50 lines
1.3 KiB
C
50 lines
1.3 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(dibusb_dib3000mc_frontend_attach, 0x955ffe76, "");
|
|
SYMBOL_CRC(dibusb_dib3000mc_tuner_attach, 0xfe65a549, "");
|
|
|
|
static const struct modversion_info ____versions[]
|
|
__used __section("__versions") = {
|
|
{ 0x6e9dd606, "__symbol_put" },
|
|
{ 0xbdfb6dbb, "__fentry__" },
|
|
{ 0x65487097, "__x86_indirect_thunk_rax" },
|
|
{ 0x122c3a7e, "_printk" },
|
|
{ 0x868784cb, "__symbol_get" },
|
|
{ 0xd348c053, "dib3000mc_set_config" },
|
|
{ 0xb3eaea0, "dib3000mc_get_tuner_i2c_master" },
|
|
{ 0x5b8239ca, "__x86_return_thunk" },
|
|
{ 0x95aea942, "dib3000mc_pid_control" },
|
|
{ 0x5d6ea902, "dib3000mc_pid_parse" },
|
|
{ 0xd72863be, "dibusb_read_eeprom_byte" },
|
|
{ 0xf9a482f9, "msleep" },
|
|
{ 0xa24f23d8, "__request_module" },
|
|
{ 0x7098e516, "module_layout" },
|
|
};
|
|
|
|
MODULE_INFO(depends, "dib3000mc,dvb-usb-dibusb-common");
|
|
|