linux-zen-desktop/drivers/hid/surface-hid/surface_hid_core.mod.c

55 lines
1.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,
.arch = MODULE_ARCH_INIT,
};
MODULE_INFO(intree, "Y");
#ifdef CONFIG_RETPOLINE
MODULE_INFO(retpoline, "Y");
#endif
SYMBOL_CRC(surface_hid_device_add, 0x6ead8507, "_gpl");
SYMBOL_CRC(surface_hid_device_destroy, 0xa91c5fd5, "_gpl");
SYMBOL_CRC(surface_hid_pm_ops, 0x7a951130, "_gpl");
static const struct modversion_info ____versions[]
__used __section("__versions") = {
{ 0xc07b5699, "ssam_device_type" },
{ 0x65487097, "__x86_indirect_thunk_rax" },
{ 0xc44458a7, "__ssam_notifier_unregister" },
{ 0x3360fe1e, "ssam_notifier_register" },
{ 0xf4b19e00, "hid_allocate_device" },
{ 0x656e4a6e, "snprintf" },
{ 0xa916b694, "strnlen" },
{ 0xdd64e639, "strscpy" },
{ 0xb7b67f24, "hid_add_device" },
{ 0xcbd4898c, "fortify_panic" },
{ 0x9040242d, "_dev_err" },
{ 0xeb233a45, "__kmalloc" },
{ 0x37a0cba, "kfree" },
{ 0x89cffdfa, "hid_parse_report" },
{ 0xbdfb6dbb, "__fentry__" },
{ 0x5b8239ca, "__x86_return_thunk" },
{ 0x12c4962c, "hid_destroy_device" },
{ 0x7098e516, "module_layout" },
};
MODULE_INFO(depends, "surface_aggregator");