#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_RETPOLINE MODULE_INFO(retpoline, "Y"); #endif KSYMTAB_FUNC(register_atm_ioctl, "", ""); KSYMTAB_FUNC(deregister_atm_ioctl, "", ""); KSYMTAB_DATA(vcc_hash, "", ""); KSYMTAB_DATA(vcc_sklist_lock, "", ""); KSYMTAB_FUNC(vcc_insert_socket, "", ""); KSYMTAB_FUNC(vcc_release_async, "", ""); KSYMTAB_FUNC(vcc_process_recv_queue, "", ""); KSYMTAB_FUNC(atm_dev_signal_change, "", ""); KSYMTAB_FUNC(atm_dev_release_vccs, "", ""); KSYMTAB_FUNC(register_atmdevice_notifier, "_gpl", ""); KSYMTAB_FUNC(unregister_atmdevice_notifier, "_gpl", ""); KSYMTAB_FUNC(atm_charge, "", ""); KSYMTAB_FUNC(atm_alloc_charge, "", ""); KSYMTAB_FUNC(atm_pcr_goal, "", ""); KSYMTAB_FUNC(sonet_copy_stats, "", ""); KSYMTAB_FUNC(sonet_subtract_stats, "", ""); KSYMTAB_FUNC(atm_init_aal5, "", ""); KSYMTAB_FUNC(atm_dev_lookup, "", ""); KSYMTAB_FUNC(atm_dev_register, "", ""); KSYMTAB_FUNC(atm_dev_deregister, "", ""); KSYMTAB_DATA(atm_proc_root, "", ""); MODULE_INFO(depends, "");