83 lines
2.3 KiB
C
83 lines
2.3 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(dcdbas_smi_alloc, 0xf1a06655, "_gpl");
|
|
SYMBOL_CRC(dcdbas_smi_free, 0xd9146b52, "_gpl");
|
|
SYMBOL_CRC(dcdbas_smi_request, 0xa75079d6, "");
|
|
|
|
static const struct modversion_info ____versions[]
|
|
__used __section("__versions") = {
|
|
{ 0x3c3ff9fd, "sprintf" },
|
|
{ 0xe9c322a0, "pcpu_hot" },
|
|
{ 0x384f1975, "dma_alloc_attrs" },
|
|
{ 0x69acdf38, "memcpy" },
|
|
{ 0xa04f945a, "cpus_read_lock" },
|
|
{ 0x267df662, "smp_call_on_cpu" },
|
|
{ 0x18fb2caf, "cpus_read_unlock" },
|
|
{ 0xa8d1337e, "_dev_info" },
|
|
{ 0x16cdc340, "acpi_get_table" },
|
|
{ 0x108e19cb, "dma_set_coherent_mask" },
|
|
{ 0xbcab6ee6, "sscanf" },
|
|
{ 0x6add5c9a, "dmi_find_device" },
|
|
{ 0x7cd8d75e, "page_offset_base" },
|
|
{ 0x5a921311, "strncmp" },
|
|
{ 0x633f955, "sysfs_create_group" },
|
|
{ 0x3517383e, "register_reboot_notifier" },
|
|
{ 0x4d924f20, "memremap" },
|
|
{ 0xb024ade4, "_dev_warn" },
|
|
{ 0x7040fff9, "rtc_lock" },
|
|
{ 0x34db050b, "_raw_spin_lock_irqsave" },
|
|
{ 0x9e64fbfe, "rtc_cmos_read" },
|
|
{ 0xd35cce70, "_raw_spin_unlock_irqrestore" },
|
|
{ 0x122c3a7e, "_printk" },
|
|
{ 0x9e9fdd9d, "memunmap" },
|
|
{ 0xc505f3b6, "platform_device_unregister" },
|
|
{ 0xfb578fc5, "memset" },
|
|
{ 0xbdfb6dbb, "__fentry__" },
|
|
{ 0xefb2a051, "dma_free_attrs" },
|
|
{ 0x5b8239ca, "__x86_return_thunk" },
|
|
{ 0x4ddf0d50, "__dynamic_dev_dbg" },
|
|
{ 0x2f5507b8, "__platform_driver_register" },
|
|
{ 0x85e0350e, "platform_device_register_full" },
|
|
{ 0x2d97b4db, "platform_driver_unregister" },
|
|
{ 0xac1a55be, "unregister_reboot_notifier" },
|
|
{ 0xb32cebcd, "sysfs_remove_group" },
|
|
{ 0x4dfa8d4b, "mutex_lock" },
|
|
{ 0x65e0d6d7, "memory_read_from_buffer" },
|
|
{ 0x3213f038, "mutex_unlock" },
|
|
{ 0x20000329, "simple_strtoul" },
|
|
{ 0x7098e516, "module_layout" },
|
|
};
|
|
|
|
MODULE_INFO(depends, "");
|
|
|
|
|
|
MODULE_INFO(srcversion, "BB01119319A668C59352585");
|