#include #define INCLUDE_VERMAGIC #include #include #include #include #include #ifdef CONFIG_UNWINDER_ORC #include ORC_HEADER; #endif 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_MITIGATION_RETPOLINE MODULE_INFO(retpoline, "Y"); #endif KSYMTAB_DATA(ax25_bcast, "_gpl", ""); KSYMTAB_DATA(ax25_defaddr, "_gpl", ""); KSYMTAB_DATA(null_ax25_address, "", ""); KSYMTAB_FUNC(ax2asc, "", ""); KSYMTAB_FUNC(asc2ax, "", ""); KSYMTAB_FUNC(ax25cmp, "", ""); KSYMTAB_FUNC(ax25_register_pid, "_gpl", ""); KSYMTAB_FUNC(ax25_protocol_release, "", ""); KSYMTAB_FUNC(ax25_linkfail_register, "", ""); KSYMTAB_FUNC(ax25_linkfail_release, "", ""); KSYMTAB_FUNC(ax25_listen_register, "", ""); KSYMTAB_FUNC(ax25_listen_release, "", ""); KSYMTAB_DATA(ax25_header_ops, "", ""); KSYMTAB_FUNC(ax25_ip_xmit, "", ""); KSYMTAB_FUNC(ax25_send_frame, "", ""); KSYMTAB_FUNC(ax25_display_timer, "", ""); KSYMTAB_DATA(ax25_uid_policy, "", ""); KSYMTAB_FUNC(ax25_findbyuid, "", ""); KSYMTAB_FUNC(ax25_find_cb, "", ""); MODULE_INFO(depends, ""); MODULE_INFO(srcversion, "6812E472115690AF9E3BBFF");