linux-zen-desktop/drivers/platform/chrome/cros_ec.mod.c

60 lines
1.6 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(cros_ec_irq_thread, 0xf25aacf5, "");
SYMBOL_CRC(cros_ec_register, 0xb70a1710, "");
SYMBOL_CRC(cros_ec_unregister, 0x9fd10e43, "");
static const struct modversion_info ____versions[]
__used __section("__versions") = {
{ 0xbdfb6dbb, "__fentry__" },
{ 0xc505f3b6, "platform_device_unregister" },
{ 0x81532eee, "cros_ec_get_host_event" },
{ 0x5b8239ca, "__x86_return_thunk" },
{ 0x4dfa8d4b, "mutex_lock" },
{ 0x1b35ffdb, "cros_ec_query_all" },
{ 0x3213f038, "mutex_unlock" },
{ 0xc4f0da12, "ktime_get_with_offset" },
{ 0x1cfba015, "stackleak_track_stack" },
{ 0x7b4da6ff, "__init_rwsem" },
{ 0x5bc8ba21, "devm_kmalloc" },
{ 0xcefb0c9f, "__mutex_init" },
{ 0x52b1e45, "devm_request_threaded_irq" },
{ 0x85e0350e, "platform_device_register_full" },
{ 0x59ffa635, "cros_ec_cmd_xfer_status" },
{ 0x907d14d, "blocking_notifier_chain_register" },
{ 0xa8d1337e, "_dev_info" },
{ 0x526e868b, "cros_ec_get_next_event" },
{ 0x823eae06, "blocking_notifier_call_chain" },
{ 0x9040242d, "_dev_err" },
{ 0x4ddf0d50, "__dynamic_dev_dbg" },
{ 0xa19b956, "__stack_chk_fail" },
{ 0x7098e516, "module_layout" },
};
MODULE_INFO(depends, "");