#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" },
	{ 0xde7ece30, "__cpu_possible_mask" },
	{ 0x9688de8b, "memstart_addr" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0xb68b66dd, "platform_driver_unregister" },
	{ 0x9f46ced8, "__sw_hweight64" },
	{ 0xbcab6ee6, "sscanf" },
	{ 0xf9c0b663, "strlcat" },
	{ 0x3b6c41ea, "kstrtouint" },
	{ 0xed55cabd, "mutex_unlock" },
	{ 0x96848186, "scnprintf" },
	{ 0xd5977bfb, "mutex_lock" },
	{ 0x57489972, "device_remove_file" },
	{ 0x367241b6, "device_create_file" },
	{ 0x8dbcad91, "devm_kmalloc" },
	{ 0xa571f6b0, "__mutex_init" },
	{ 0xedc03953, "iounmap" },
	{ 0xf77555cd, "__memcpy_toio" },
	{ 0xe85b2278, "of_iomap" },
	{ 0x3ab39c72, "of_find_compatible_node" },
	{ 0x659ed1eb, "dmam_alloc_attrs" },
	{ 0xa3a83f8c, "of_property_read_variable_u32_array" },
	{ 0x5431f61f, "of_reserved_mem_device_init_by_idx" },
	{ 0x59c4f9e1, "of_parse_phandle" },
	{ 0x42b8a05, "qcom_scm_assign_dump_table_region" },
	{ 0x5658fa1f, "qtee_shmbridge_deregister" },
	{ 0x97c3c32d, "qtee_shmbridge_register" },
	{ 0x7f5b4fe4, "sg_free_table" },
	{ 0x5cf884a, "dma_get_sgtable_attrs" },
	{ 0xfb83a2a6, "_dev_err" },
	{ 0x31a7e68c, "of_get_next_available_child" },
	{ 0x54f4396b, "dma_set_coherent_mask" },
	{ 0x9347eaf8, "dma_set_mask" },
	{ 0xfc45e713, "__platform_driver_register" },
	{ 0xbc932109, "msm_minidump_add_region" },
	{ 0xdd64e639, "strscpy" },
	{ 0x656e4a6e, "snprintf" },
	{ 0x92997ed8, "_printk" },
};

MODULE_INFO(depends, "qcom-scm,minidump");


MODULE_INFO(scmversion, "gf957779e27df");
