57 lines
1.5 KiB
C
57 lines
1.5 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(dibx000_i2c_set_speed, 0x407494cd, "");
|
|
SYMBOL_CRC(dibx000_get_i2c_adapter, 0x0c0b781e, "");
|
|
SYMBOL_CRC(dibx000_reset_i2c_master, 0x223e24ff, "");
|
|
SYMBOL_CRC(dibx000_init_i2c_master, 0xeb55b9cd, "");
|
|
SYMBOL_CRC(dibx000_exit_i2c_master, 0x50f58925, "");
|
|
|
|
static const struct modversion_info ____versions[]
|
|
__used __section("__versions") = {
|
|
{ 0x3213f038, "mutex_unlock" },
|
|
{ 0xa916b694, "strnlen" },
|
|
{ 0xdd64e639, "strscpy" },
|
|
{ 0x6de947c4, "i2c_add_adapter" },
|
|
{ 0xcbd4898c, "fortify_panic" },
|
|
{ 0xcefb0c9f, "__mutex_init" },
|
|
{ 0xede571a6, "i2c_del_adapter" },
|
|
{ 0xfb578fc5, "memset" },
|
|
{ 0x69acdf38, "memcpy" },
|
|
{ 0x56470118, "__warn_printk" },
|
|
{ 0xa19b956, "__stack_chk_fail" },
|
|
{ 0xa7940382, "param_ops_int" },
|
|
{ 0xbdfb6dbb, "__fentry__" },
|
|
{ 0x5b8239ca, "__x86_return_thunk" },
|
|
{ 0x122c3a7e, "_printk" },
|
|
{ 0x89940875, "mutex_lock_interruptible" },
|
|
{ 0xbb0e12b7, "i2c_transfer" },
|
|
{ 0x7098e516, "module_layout" },
|
|
};
|
|
|
|
MODULE_INFO(depends, "");
|
|
|