#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_FUNC(nfc_hci_result_to_errno, "", ""); KSYMTAB_FUNC(nfc_hci_reset_pipes, "", ""); KSYMTAB_FUNC(nfc_hci_reset_pipes_per_host, "", ""); KSYMTAB_FUNC(nfc_hci_sak_to_protocol, "", ""); KSYMTAB_FUNC(nfc_hci_target_discovered, "", ""); KSYMTAB_FUNC(nfc_hci_allocate_device, "", ""); KSYMTAB_FUNC(nfc_hci_free_device, "", ""); KSYMTAB_FUNC(nfc_hci_register_device, "", ""); KSYMTAB_FUNC(nfc_hci_unregister_device, "", ""); KSYMTAB_FUNC(nfc_hci_set_clientdata, "", ""); KSYMTAB_FUNC(nfc_hci_get_clientdata, "", ""); KSYMTAB_FUNC(nfc_hci_driver_failure, "", ""); KSYMTAB_FUNC(nfc_hci_recv_frame, "", ""); KSYMTAB_FUNC(nfc_hci_send_event, "", ""); KSYMTAB_FUNC(nfc_hci_send_cmd, "", ""); KSYMTAB_FUNC(nfc_hci_send_cmd_async, "", ""); KSYMTAB_FUNC(nfc_hci_set_param, "", ""); KSYMTAB_FUNC(nfc_hci_get_param, "", ""); KSYMTAB_FUNC(nfc_hci_disconnect_gate, "", ""); KSYMTAB_FUNC(nfc_hci_disconnect_all_gates, "", ""); KSYMTAB_FUNC(nfc_hci_connect_gate, "", ""); KSYMTAB_FUNC(nfc_llc_start, "", ""); KSYMTAB_FUNC(nfc_llc_stop, "", ""); MODULE_INFO(depends, "nfc"); MODULE_INFO(srcversion, "04C8699622E961E39E6C61F");