#include #include #include 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"); KSYMTAB_FUNC(speakup_start_ttys, "_gpl", ""); KSYMTAB_FUNC(synth_buffer_empty, "_gpl", ""); KSYMTAB_FUNC(synth_buffer_getc, "_gpl", ""); KSYMTAB_FUNC(synth_buffer_peek, "_gpl", ""); KSYMTAB_FUNC(synth_buffer_skip_nonlatin1, "_gpl", ""); KSYMTAB_FUNC(synth_buffer_clear, "_gpl", ""); KSYMTAB_FUNC(spk_var_show, "_gpl", ""); KSYMTAB_FUNC(spk_var_store, "_gpl", ""); KSYMTAB_DATA(spk_ttyio_ops, "_gpl", ""); KSYMTAB_FUNC(spk_ttyio_synth_probe, "_gpl", ""); KSYMTAB_FUNC(spk_ttyio_release, "_gpl", ""); KSYMTAB_FUNC(spk_ttyio_synth_immediate, "_gpl", ""); KSYMTAB_DATA(speakup_info, "_gpl", ""); KSYMTAB_FUNC(spk_do_catch_up, "_gpl", ""); KSYMTAB_FUNC(spk_do_catch_up_unicode, "_gpl", ""); KSYMTAB_FUNC(spk_synth_flush, "_gpl", ""); KSYMTAB_FUNC(spk_synth_get_index, "_gpl", ""); KSYMTAB_FUNC(spk_synth_is_alive_nop, "_gpl", ""); KSYMTAB_FUNC(spk_synth_is_alive_restart, "_gpl", ""); KSYMTAB_FUNC(synth_printf, "_gpl", ""); KSYMTAB_FUNC(synth_putwc, "_gpl", ""); KSYMTAB_FUNC(synth_putwc_s, "_gpl", ""); KSYMTAB_FUNC(synth_putws, "_gpl", ""); KSYMTAB_FUNC(synth_putws_s, "_gpl", ""); KSYMTAB_FUNC(synth_request_region, "_gpl", ""); KSYMTAB_FUNC(synth_release_region, "_gpl", ""); KSYMTAB_FUNC(synth_add, "_gpl", ""); KSYMTAB_FUNC(synth_remove, "_gpl", ""); KSYMTAB_FUNC(synth_current, "_gpl", ""); KSYMTAB_DATA(speakup_event, "_gpl", ""); KSYMTAB_FUNC(spk_get_var_header, "_gpl", ""); KSYMTAB_FUNC(spk_get_var, "_gpl", ""); KSYMTAB_FUNC(spk_set_num_var, "_gpl", ""); MODULE_INFO(depends, ""); MODULE_INFO(srcversion, "4E388EA748BE65BC0048EFB");