#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,
};

#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" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0xb68b66dd, "platform_driver_unregister" },
	{ 0xc0b30a2e, "dma_free_attrs" },
	{ 0xd9b4eb75, "remove_proc_subtree" },
	{ 0x60480c78, "proc_create_data" },
	{ 0xaa04709b, "proc_mkdir" },
	{ 0xc9fcc6d5, "dma_alloc_attrs" },
	{ 0x5658fa1f, "qtee_shmbridge_deregister" },
	{ 0x640e3f5d, "qcom_scm_register_qsee_log_buf" },
	{ 0x97c3c32d, "qtee_shmbridge_register" },
	{ 0xeb233a45, "__kmalloc" },
	{ 0x9d909c45, "qcom_scm_query_encrypted_log_feature" },
	{ 0x461806e7, "log_post_read_mmio" },
	{ 0x630c7ed8, "log_read_mmio" },
	{ 0xa3a83f8c, "of_property_read_variable_u32_array" },
	{ 0xba82ac8f, "of_find_property" },
	{ 0xae116aaa, "qcom_scm_get_tz_feat_id_version" },
	{ 0x3d251a04, "qcom_scm_get_tz_log_feat_id" },
	{ 0x37a0cba, "kfree" },
	{ 0x6aefebc3, "_dev_info" },
	{ 0x31f4adef, "devm_ioremap" },
	{ 0xfb83a2a6, "_dev_err" },
	{ 0x647bbfd5, "platform_get_resource" },
	{ 0xfc45e713, "__platform_driver_register" },
	{ 0x5dc6186, "single_release" },
	{ 0xfae9bc40, "qcom_scm_request_encrypted_log" },
	{ 0x91064def, "tmelog_process_request" },
	{ 0xcc5005fe, "msleep_interruptible" },
	{ 0x96848186, "scnprintf" },
	{ 0x619cb7dd, "simple_read_from_buffer" },
	{ 0x5d112304, "__memcpy_fromio" },
	{ 0x92997ed8, "_printk" },
	{ 0x5927f85f, "PDE_DATA" },
	{ 0x739706ab, "single_open" },
};

MODULE_INFO(depends, "qcom-scm,tmecom-intf");


MODULE_INFO(scmversion, "g6cc9bfcd5850");
