71 lines
2.0 KiB
C
71 lines
2.0 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,
|
|
.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
|
|
|
|
SYMBOL_CRC(__ntb_register_client, 0xbae183e4, "");
|
|
SYMBOL_CRC(ntb_unregister_client, 0x4d6757b6, "");
|
|
SYMBOL_CRC(ntb_register_device, 0x0428c2fb, "");
|
|
SYMBOL_CRC(ntb_unregister_device, 0x1d0defaf, "");
|
|
SYMBOL_CRC(ntb_set_ctx, 0x5ed550a5, "");
|
|
SYMBOL_CRC(ntb_clear_ctx, 0x2b7855a1, "");
|
|
SYMBOL_CRC(ntb_link_event, 0xe0173e24, "");
|
|
SYMBOL_CRC(ntb_db_event, 0xf86bb4f0, "");
|
|
SYMBOL_CRC(ntb_msg_event, 0x354fa36e, "");
|
|
SYMBOL_CRC(ntb_default_port_number, 0x39ac22a8, "");
|
|
SYMBOL_CRC(ntb_default_peer_port_count, 0x0c20db65, "");
|
|
SYMBOL_CRC(ntb_default_peer_port_number, 0xc221e901, "");
|
|
SYMBOL_CRC(ntb_default_peer_port_idx, 0xfcf6831f, "");
|
|
|
|
static const struct modversion_info ____versions[]
|
|
__used __section("__versions") = {
|
|
{ 0x1303a5af, "dev_set_name" },
|
|
{ 0xa6257a2f, "complete" },
|
|
{ 0x5c8809da, "device_unregister" },
|
|
{ 0x608741b5, "__init_swait_queue_head" },
|
|
{ 0x43ec602, "get_device" },
|
|
{ 0x34db050b, "_raw_spin_lock_irqsave" },
|
|
{ 0xbdfb6dbb, "__fentry__" },
|
|
{ 0x65487097, "__x86_indirect_thunk_rax" },
|
|
{ 0xb5686f70, "put_device" },
|
|
{ 0x203fdea3, "bus_unregister" },
|
|
{ 0xca64e135, "driver_unregister" },
|
|
{ 0xd35cce70, "_raw_spin_unlock_irqrestore" },
|
|
{ 0xdcab9553, "device_register" },
|
|
{ 0x25974000, "wait_for_completion" },
|
|
{ 0x5b8239ca, "__x86_return_thunk" },
|
|
{ 0xcd9c1c57, "driver_register" },
|
|
{ 0x162fe787, "bus_register" },
|
|
{ 0x7098e516, "module_layout" },
|
|
};
|
|
|
|
MODULE_INFO(depends, "");
|
|
|
|
|
|
MODULE_INFO(srcversion, "A7D019ADBB3D6340D726D65");
|