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

59 lines
1.5 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") = {
{ 0xfb2b1f07, "spk_ttyio_synth_probe" },
{ 0x65487097, "__x86_indirect_thunk_rax" },
{ 0xeae3dfd6, "__const_udelay" },
{ 0x5b8239ca, "__x86_return_thunk" },
{ 0xf1606ecc, "synth_add" },
{ 0x9ae52dc8, "synth_remove" },
{ 0xa7940382, "param_ops_int" },
{ 0x64757c3f, "param_ops_short" },
{ 0xe310cc93, "param_ops_charp" },
{ 0xb0ff8dc5, "spk_ttyio_ops" },
{ 0x240584a5, "spk_ttyio_release" },
{ 0xf7004fe9, "spk_ttyio_synth_immediate" },
{ 0x2ae6f841, "spk_do_catch_up" },
{ 0xb6a12bbb, "spk_synth_flush" },
{ 0x100cbf92, "spk_synth_is_alive_restart" },
{ 0x3343fdeb, "spk_var_show" },
{ 0x2245d236, "spk_var_store" },
{ 0xbdfb6dbb, "__fentry__" },
{ 0x7098e516, "module_layout" },
};
MODULE_INFO(depends, "speakup");
MODULE_INFO(srcversion, "16164E7A116EFEAF4905958");