68 lines
1.8 KiB
C
68 lines
1.8 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
|
||
|
|
||
|
|
||
|
static const struct modversion_info ____versions[]
|
||
|
__used __section("__versions") = {
|
||
|
{ 0xafd26129, "flexcop_wan_set_speed" },
|
||
|
{ 0xe0535e89, "flexcop_pass_dmx_packets" },
|
||
|
{ 0x122c3a7e, "_printk" },
|
||
|
{ 0xfe9e28c4, "flexcop_sram_set_dest" },
|
||
|
{ 0x212e8677, "usb_submit_urb" },
|
||
|
{ 0x1bcaa151, "usb_free_coherent" },
|
||
|
{ 0x5c349a7, "flexcop_device_kmalloc" },
|
||
|
{ 0x4dfa8d4b, "mutex_lock" },
|
||
|
{ 0x3ee3159c, "usb_control_msg" },
|
||
|
{ 0xab403a92, "usb_set_interface" },
|
||
|
{ 0xcefb0c9f, "__mutex_init" },
|
||
|
{ 0x4a4b2423, "usb_deregister" },
|
||
|
{ 0xfb578fc5, "memset" },
|
||
|
{ 0x5b8239ca, "__x86_return_thunk" },
|
||
|
{ 0xbbef8459, "flexcop_sram_ctrl" },
|
||
|
{ 0x45e7439a, "flexcop_device_kfree" },
|
||
|
{ 0x3213f038, "mutex_unlock" },
|
||
|
{ 0x217a86cf, "flexcop_device_initialize" },
|
||
|
{ 0x36586df6, "usb_kill_urb" },
|
||
|
{ 0x56470118, "__warn_printk" },
|
||
|
{ 0xa7940382, "param_ops_int" },
|
||
|
{ 0x26670b25, "usb_alloc_urb" },
|
||
|
{ 0x6dce01b7, "flexcop_device_exit" },
|
||
|
{ 0x3b9f54fd, "usb_free_urb" },
|
||
|
{ 0x18d75eda, "usb_alloc_coherent" },
|
||
|
{ 0x5352ed42, "usb_register_driver" },
|
||
|
{ 0x69acdf38, "memcpy" },
|
||
|
{ 0xbdfb6dbb, "__fentry__" },
|
||
|
{ 0x7098e516, "module_layout" },
|
||
|
};
|
||
|
|
||
|
MODULE_INFO(depends, "b2c2-flexcop");
|
||
|
|
||
|
MODULE_ALIAS("usb:v0AF7p0101d*dc*dsc*dp*ic*isc*ip*in*");
|