#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(btrtl_set_driver_name, "_gpl", ""); KSYMTAB_FUNC(btrtl_free, "_gpl", ""); KSYMTAB_FUNC(btrtl_initialize, "_gpl", ""); KSYMTAB_FUNC(btrtl_download_firmware, "_gpl", ""); KSYMTAB_FUNC(btrtl_set_quirks, "_gpl", ""); KSYMTAB_FUNC(btrtl_setup_realtek, "_gpl", ""); KSYMTAB_FUNC(btrtl_shutdown_realtek, "_gpl", ""); KSYMTAB_FUNC(btrtl_get_uart_settings, "_gpl", ""); SYMBOL_CRC(btrtl_set_driver_name, 0x2a2bde29, "_gpl"); SYMBOL_CRC(btrtl_free, 0xaf78f260, "_gpl"); SYMBOL_CRC(btrtl_initialize, 0x978964b9, "_gpl"); SYMBOL_CRC(btrtl_download_firmware, 0x24f3804a, "_gpl"); SYMBOL_CRC(btrtl_set_quirks, 0xd2429873, "_gpl"); SYMBOL_CRC(btrtl_setup_realtek, 0xfc56e8b8, "_gpl"); SYMBOL_CRC(btrtl_shutdown_realtek, 0x0544723d, "_gpl"); SYMBOL_CRC(btrtl_get_uart_settings, 0x9310f056, "_gpl"); static const struct modversion_info ____versions[] __used __section("__versions") = { { 0x7aa1756e, "kvfree" }, { 0x950eb34e, "__list_del_entry_valid_or_report" }, { 0x37a0cba, "kfree" }, { 0x6fd11b8c, "__hci_cmd_sync" }, { 0xa3d1d07e, "kfree_skb_reason" }, { 0x7b8c32f1, "bt_err" }, { 0x718b8b7, "bt_info" }, { 0x6107dfe4, "request_firmware" }, { 0x599fb41c, "kvmalloc_node" }, { 0x4829a47e, "memcpy" }, { 0xc6d09aa9, "release_firmware" }, { 0xcbd4898c, "fortify_panic" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x29977925, "kmalloc_trace" }, { 0x2cf56265, "__dynamic_pr_debug" }, { 0x41e80c9c, "__hci_cmd_send" }, { 0x214e4265, "bt_warn" }, { 0x7696f8c7, "__list_add_valid_or_report" }, { 0x9a8d407a, "hci_devcd_register" }, { 0x656e4a6e, "snprintf" }, { 0xbeea74eb, "__alloc_skb" }, { 0xe9ff6e6c, "skb_put" }, { 0xf9a482f9, "msleep" }, { 0xb4a6ff58, "skb_pull_data" }, { 0xa916b694, "strnlen" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "bluetooth"); MODULE_INFO(srcversion, "1F0ED97FD1A8561EB284D25");