#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, .arch = MODULE_ARCH_INIT, }; MODULE_INFO(intree, "Y"); #ifdef CONFIG_RETPOLINE MODULE_INFO(retpoline, "Y"); #endif KSYMTAB_FUNC(btintel_check_bdaddr, "_gpl", ""); KSYMTAB_FUNC(btintel_enter_mfg, "_gpl", ""); KSYMTAB_FUNC(btintel_exit_mfg, "_gpl", ""); KSYMTAB_FUNC(btintel_set_bdaddr, "_gpl", ""); KSYMTAB_FUNC(btintel_set_diag, "_gpl", ""); KSYMTAB_FUNC(btintel_version_info, "_gpl", ""); KSYMTAB_FUNC(btintel_load_ddc_config, "_gpl", ""); KSYMTAB_FUNC(btintel_set_event_mask_mfg, "_gpl", ""); KSYMTAB_FUNC(btintel_read_version, "_gpl", ""); KSYMTAB_FUNC(btintel_regmap_init, "_gpl", ""); KSYMTAB_FUNC(btintel_send_intel_reset, "_gpl", ""); KSYMTAB_FUNC(btintel_read_boot_params, "_gpl", ""); KSYMTAB_FUNC(btintel_download_firmware, "_gpl", ""); KSYMTAB_FUNC(btintel_set_quality_report, "_gpl", ""); KSYMTAB_FUNC(btintel_configure_setup, "_gpl", ""); KSYMTAB_FUNC(btintel_recv_event, "_gpl", ""); KSYMTAB_FUNC(btintel_bootup, "_gpl", ""); KSYMTAB_FUNC(btintel_secure_send_result, "_gpl", ""); SYMBOL_CRC(btintel_check_bdaddr, 0x16714347, "_gpl"); SYMBOL_CRC(btintel_enter_mfg, 0x16bf58de, "_gpl"); SYMBOL_CRC(btintel_exit_mfg, 0x0f46933a, "_gpl"); SYMBOL_CRC(btintel_set_bdaddr, 0x80bbc3f9, "_gpl"); SYMBOL_CRC(btintel_set_diag, 0x79e00e06, "_gpl"); SYMBOL_CRC(btintel_version_info, 0xfd8f43cb, "_gpl"); SYMBOL_CRC(btintel_load_ddc_config, 0x3ae46e92, "_gpl"); SYMBOL_CRC(btintel_set_event_mask_mfg, 0x512a203a, "_gpl"); SYMBOL_CRC(btintel_read_version, 0xf85f4d69, "_gpl"); SYMBOL_CRC(btintel_regmap_init, 0xb683d900, "_gpl"); SYMBOL_CRC(btintel_send_intel_reset, 0xac8ff1ee, "_gpl"); SYMBOL_CRC(btintel_read_boot_params, 0x9c52cf78, "_gpl"); SYMBOL_CRC(btintel_download_firmware, 0x73e2db66, "_gpl"); SYMBOL_CRC(btintel_set_quality_report, 0x50b87392, "_gpl"); SYMBOL_CRC(btintel_configure_setup, 0xf343ae12, "_gpl"); SYMBOL_CRC(btintel_recv_event, 0xd812beb6, "_gpl"); SYMBOL_CRC(btintel_bootup, 0xfe872275, "_gpl"); SYMBOL_CRC(btintel_secure_send_result, 0xb86ace89, "_gpl"); static const struct modversion_info ____versions[] __used __section("__versions") = { { 0x6fd11b8c, "__hci_cmd_sync" }, { 0xa3d1d07e, "kfree_skb_reason" }, { 0x7b8c32f1, "bt_err" }, { 0x718b8b7, "bt_info" }, { 0x40ca884f, "request_firmware_direct" }, { 0xc6d09aa9, "release_firmware" }, { 0x4829a47e, "memcpy" }, { 0x37a0cba, "kfree" }, { 0x3d207174, "hci_cmd_sync" }, { 0x2cf56265, "__dynamic_pr_debug" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x29977925, "kmalloc_trace" }, { 0xeb233a45, "__kmalloc" }, { 0x56470118, "__warn_printk" }, { 0x7aad008b, "bt_to_errno" }, { 0xf9a482f9, "msleep" }, { 0x59d75ed6, "hci_recv_frame" }, { 0x37c0b9b1, "hci_devcd_init" }, { 0xa0fbac79, "wake_up_bit" }, { 0xc5ee965d, "hci_devcd_append" }, { 0x52d61543, "hci_devcd_complete" }, { 0x656e4a6e, "snprintf" }, { 0x9720ca76, "__regmap_init" }, { 0xb43f9365, "ktime_get" }, { 0x44bae227, "bit_wait_timeout" }, { 0x4071b517, "out_of_line_wait_on_bit_timeout" }, { 0x9a8d407a, "hci_devcd_register" }, { 0x6c86c0ae, "skb_pull" }, { 0x6107dfe4, "request_firmware" }, { 0x69cd36e0, "__hci_cmd_sync_ev" }, { 0x449ad0a7, "memcmp" }, { 0xa4352020, "firmware_request_nowarn" }, { 0xdcb764ad, "memset" }, { 0xa916b694, "strnlen" }, { 0xe9ff6e6c, "skb_put" }, { 0xcbd4898c, "fortify_panic" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "bluetooth"); MODULE_INFO(srcversion, "6850F65AEED3D3A5FE15B61");