linux-zen-desktop/drivers/accessibility/speakup/speakup_soft.mod.c

72 lines
1.9 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") = {
{ 0x65487097, "__x86_indirect_thunk_rax" },
{ 0x8ebffc3d, "synth_current" },
{ 0x41a160e5, "synth_buffer_empty" },
{ 0xf7d31de9, "kstrtoul_from_user" },
{ 0xf1606ecc, "synth_add" },
{ 0x9ae52dc8, "synth_remove" },
{ 0xe9c322a0, "pcpu_hot" },
{ 0xad73041f, "autoremove_wake_function" },
{ 0x1000e51, "schedule" },
{ 0xd5fd90f1, "prepare_to_wait" },
{ 0x92540fbf, "finish_wait" },
{ 0x96848186, "scnprintf" },
{ 0x6b10bee1, "_copy_to_user" },
{ 0x76d40046, "synth_buffer_skip_nonlatin1" },
{ 0x84dad068, "synth_buffer_getc" },
{ 0xa7940382, "param_ops_int" },
{ 0x64757c3f, "param_ops_short" },
{ 0x3343fdeb, "spk_var_show" },
{ 0x2245d236, "spk_var_store" },
{ 0xbdfb6dbb, "__fentry__" },
{ 0xd93829dd, "speakup_info" },
{ 0x34db050b, "_raw_spin_lock_irqsave" },
{ 0xd35cce70, "_raw_spin_unlock_irqrestore" },
{ 0x5b8239ca, "__x86_return_thunk" },
{ 0xc58f6e50, "spk_get_var_header" },
{ 0x8f0212d, "spk_set_num_var" },
{ 0xdaf7bb9c, "misc_deregister" },
{ 0x122c3a7e, "_printk" },
{ 0x9942a4f3, "misc_register" },
{ 0xbbd15a51, "speakup_start_ttys" },
{ 0xb734cb9d, "speakup_event" },
{ 0x7098e516, "module_layout" },
};
MODULE_INFO(depends, "speakup");
MODULE_INFO(srcversion, "CA31E0A0AA9A1BE25102605");