#include <linux/module.h>
#define INCLUDE_VERMAGIC
#include <linux/build-salt.h>
#include <linux/elfnote-lto.h>
#include <linux/vermagic.h>
#include <linux/compiler.h>

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

static const struct modversion_info ____versions[]
__used __section("__versions") = {
	{ 0x222dd63, "module_layout" },
	{ 0xdcb764ad, "memset" },
	{ 0xc2c193d2, "__stack_chk_fail" },
	{ 0xd14fef22, "cpu_hwcap_keys" },
	{ 0x14b89635, "arm64_const_caps_ready" },
	{ 0xea0fd5fe, "kmalloc_caches" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0xb68b66dd, "platform_driver_unregister" },
	{ 0xe1537255, "__list_del_entry_valid" },
	{ 0xce2840e7, "irq_set_irq_wake" },
	{ 0x6bf72794, "__irq_resolve_mapping" },
	{ 0x549525ef, "handle_nested_irq" },
	{ 0xe2d5255a, "strcmp" },
	{ 0xd43025f1, "regmap_write" },
	{ 0xd0973fff, "mbox_client_txdone" },
	{ 0xec55920d, "mbox_send_message" },
	{ 0xd35cce70, "_raw_spin_unlock_irqrestore" },
	{ 0x82bdaa44, "log_post_write_mmio" },
	{ 0xb03b751c, "log_write_mmio" },
	{ 0x461806e7, "log_post_read_mmio" },
	{ 0x630c7ed8, "log_read_mmio" },
	{ 0x34db050b, "_raw_spin_lock_irqsave" },
	{ 0xf40080db, "qcom_smem_state_register" },
	{ 0x5792f848, "strlcpy" },
	{ 0x68f31cbd, "__list_add_valid" },
	{ 0x7522f3ba, "irq_modify_status" },
	{ 0x8b83a1e8, "ipc_log_string" },
	{ 0xde663212, "irq_set_chip_and_handler_name" },
	{ 0xdc6596fa, "irq_set_parent" },
	{ 0x20a789ac, "irq_set_chip_data" },
	{ 0x8e90ecbe, "handle_level_irq" },
	{ 0xae4c3af4, "irq_domain_xlate_twocell" },
	{ 0x5467e196, "__irq_domain_add" },
	{ 0xba82ac8f, "of_find_property" },
	{ 0x5239aaef, "kmem_cache_alloc_trace" },
	{ 0x5899664c, "qcom_smem_get" },
	{ 0x34b57571, "qcom_smem_alloc" },
	{ 0x13b3fcf3, "of_property_read_u32_index" },
	{ 0xc685e4a0, "syscon_node_to_regmap" },
	{ 0x59c4f9e1, "of_parse_phandle" },
	{ 0xa3a83f8c, "of_property_read_variable_u32_array" },
	{ 0x8dbcad91, "devm_kmalloc" },
	{ 0x767878ac, "mbox_free_channel" },
	{ 0x4561f990, "qcom_smem_state_unregister" },
	{ 0x37a0cba, "kfree" },
	{ 0x1939ec3f, "irq_domain_remove" },
	{ 0xfb83a2a6, "_dev_err" },
	{ 0x694339ce, "devm_request_threaded_irq" },
	{ 0xfb384d37, "kasprintf" },
	{ 0x87326190, "of_property_read_string" },
	{ 0x31a7e68c, "of_get_next_available_child" },
	{ 0x1fb4d43d, "mbox_request_channel" },
	{ 0x26642b9c, "platform_get_irq" },
	{ 0x6fdbaa2a, "ipc_log_context_create" },
	{ 0xfc45e713, "__platform_driver_register" },
};

MODULE_INFO(depends, "qcom_ipc_logging,smem");

MODULE_ALIAS("of:N*T*Cqcom,smp2p");
MODULE_ALIAS("of:N*T*Cqcom,smp2pC*");

MODULE_INFO(scmversion, "gf957779e27df");
