86 lines
2.7 KiB
C
86 lines
2.7 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(flexcop_dma_allocate, 0xb09126e2, "");
|
|
SYMBOL_CRC(flexcop_dma_free, 0x7ca55e72, "");
|
|
SYMBOL_CRC(flexcop_dma_config, 0xb680d154, "");
|
|
SYMBOL_CRC(flexcop_dma_xfer_control, 0xe9a99668, "");
|
|
SYMBOL_CRC(flexcop_dma_control_size_irq, 0x7a8b1f59, "");
|
|
SYMBOL_CRC(flexcop_dma_control_timer_irq, 0xf52c8611, "");
|
|
SYMBOL_CRC(flexcop_dma_config_timer, 0x06375ba0, "");
|
|
|
|
static const struct modversion_info ____versions[]
|
|
__used __section("__versions") = {
|
|
{ 0xcbd67b94, "pci_request_regions" },
|
|
{ 0x34db050b, "_raw_spin_lock_irqsave" },
|
|
{ 0x8410b88b, "pci_unregister_driver" },
|
|
{ 0xbdfb6dbb, "__fentry__" },
|
|
{ 0x65487097, "__x86_indirect_thunk_rax" },
|
|
{ 0xe0535e89, "flexcop_pass_dmx_packets" },
|
|
{ 0x122c3a7e, "_printk" },
|
|
{ 0x8427cc7b, "_raw_spin_lock_irq" },
|
|
{ 0xb2fcb56d, "queue_delayed_work_on" },
|
|
{ 0xfe9e28c4, "flexcop_sram_set_dest" },
|
|
{ 0x92d5838e, "request_threaded_irq" },
|
|
{ 0x5c349a7, "flexcop_device_kmalloc" },
|
|
{ 0x384f1975, "dma_alloc_attrs" },
|
|
{ 0x4b750f53, "_raw_spin_unlock_irq" },
|
|
{ 0x83f5e5c3, "flexcop_pid_feed_control" },
|
|
{ 0xd35cce70, "_raw_spin_unlock_irqrestore" },
|
|
{ 0x7d75e1ff, "pci_iounmap" },
|
|
{ 0x3dad9978, "cancel_delayed_work" },
|
|
{ 0xcf8ee05c, "pci_set_master" },
|
|
{ 0x5b8239ca, "__x86_return_thunk" },
|
|
{ 0x15ba50a6, "jiffies" },
|
|
{ 0x45e7439a, "flexcop_device_kfree" },
|
|
{ 0xefb2a051, "dma_free_attrs" },
|
|
{ 0x217a86cf, "flexcop_device_initialize" },
|
|
{ 0xc6f46339, "init_timer_key" },
|
|
{ 0x9fd597ad, "pci_release_regions" },
|
|
{ 0xffeedf6a, "delayed_work_timer_fn" },
|
|
{ 0x5f05bbf0, "flexcop_pass_dmx_data" },
|
|
{ 0x3a693bea, "pci_disable_device" },
|
|
{ 0xa7940382, "param_ops_int" },
|
|
{ 0x9120f1f5, "flexcop_i2c_request" },
|
|
{ 0x7d310617, "flexcop_eeprom_check_mac_addr" },
|
|
{ 0x2d3385d3, "system_wq" },
|
|
{ 0xc1514a3b, "free_irq" },
|
|
{ 0x6dce01b7, "flexcop_device_exit" },
|
|
{ 0xd24c8f20, "pci_enable_device" },
|
|
{ 0x7f02188f, "__msecs_to_jiffies" },
|
|
{ 0x512baed0, "pci_iomap" },
|
|
{ 0xc9c41e74, "__pci_register_driver" },
|
|
{ 0x7098e516, "module_layout" },
|
|
};
|
|
|
|
MODULE_INFO(depends, "b2c2-flexcop");
|
|
|
|
MODULE_ALIAS("pci:v000013D0d00002103sv*sd*bc*sc*i*");
|