#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" },
	{ 0xc2c193d2, "__stack_chk_fail" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0xb68b66dd, "platform_driver_unregister" },
	{ 0xfd3cfb1a, "uio_unregister_device" },
	{ 0x8fecce95, "remap_pfn_range" },
	{ 0x398b9914, "hyp_assign_phys" },
	{ 0xc9fcc6d5, "dma_alloc_attrs" },
	{ 0xba82ac8f, "of_find_property" },
	{ 0x8dbcad91, "devm_kmalloc" },
	{ 0xa3a83f8c, "of_property_read_variable_u32_array" },
	{ 0xd7ec63ac, "__uio_register_device" },
	{ 0x647bbfd5, "platform_get_resource" },
	{ 0x92997ed8, "_printk" },
	{ 0xfc45e713, "__platform_driver_register" },
};

MODULE_INFO(depends, "secure_buffer");

MODULE_ALIAS("of:N*T*Cqcom,sharedmem-uio");
MODULE_ALIAS("of:N*T*Cqcom,sharedmem-uioC*");

MODULE_INFO(scmversion, "gf957779e27df");
