linux-zen-desktop/drivers/fpga/fpga-bridge.mod.c

80 lines
2.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,
.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(fpga_bridge_enable, 0xa362cd36, "_gpl");
SYMBOL_CRC(fpga_bridge_disable, 0x10673a2b, "_gpl");
SYMBOL_CRC(of_fpga_bridge_get, 0x0d5b14e8, "_gpl");
SYMBOL_CRC(fpga_bridge_get, 0x7c5c6cd0, "_gpl");
SYMBOL_CRC(fpga_bridge_put, 0x9a5f406b, "_gpl");
SYMBOL_CRC(fpga_bridges_enable, 0x0633c4b9, "_gpl");
SYMBOL_CRC(fpga_bridges_disable, 0x2c8167cf, "_gpl");
SYMBOL_CRC(fpga_bridges_put, 0x0b2b884c, "_gpl");
SYMBOL_CRC(of_fpga_bridge_get_to_list, 0x90dfa03f, "_gpl");
SYMBOL_CRC(fpga_bridge_get_to_list, 0x768aae15, "_gpl");
SYMBOL_CRC(fpga_bridge_register, 0x52546bf9, "_gpl");
SYMBOL_CRC(fpga_bridge_unregister, 0x2e6cd3bd, "_gpl");
static const struct modversion_info ____versions[]
__used __section("__versions") = {
{ 0xbdfb6dbb, "__fentry__" },
{ 0x5b8239ca, "__x86_return_thunk" },
{ 0x65487097, "__x86_indirect_thunk_rax" },
{ 0x4ddf0d50, "__dynamic_dev_dbg" },
{ 0x41e6672c, "module_put" },
{ 0x3213f038, "mutex_unlock" },
{ 0xb5686f70, "put_device" },
{ 0xffb7c514, "ida_free" },
{ 0x37a0cba, "kfree" },
{ 0x5c8809da, "device_unregister" },
{ 0x733a1635, "__class_create" },
{ 0xe783e261, "sysfs_emit" },
{ 0x3c3ff9fd, "sprintf" },
{ 0x9ee22d8c, "class_destroy" },
{ 0xa7d5f92e, "ida_destroy" },
{ 0x754d539c, "strlen" },
{ 0x9040242d, "_dev_err" },
{ 0x5b94ad75, "kmalloc_caches" },
{ 0xac4a1f46, "kmalloc_trace" },
{ 0xe7a02573, "ida_alloc_range" },
{ 0xcefb0c9f, "__mutex_init" },
{ 0x1303a5af, "dev_set_name" },
{ 0xdcab9553, "device_register" },
{ 0xa5be73e8, "device_match_of_node" },
{ 0x2c1aad83, "class_find_device" },
{ 0xbb9ed3bf, "mutex_trylock" },
{ 0x64287211, "try_module_get" },
{ 0x34db050b, "_raw_spin_lock_irqsave" },
{ 0xd35cce70, "_raw_spin_unlock_irqrestore" },
{ 0x7098e516, "module_layout" },
};
MODULE_INFO(depends, "");