#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" },
	{ 0x4829a47e, "memcpy" },
	{ 0xac594e02, "__cpu_online_mask" },
	{ 0x7a2af7b4, "cpu_number" },
	{ 0xea0fd5fe, "kmalloc_caches" },
	{ 0xc56a41e6, "vabits_actual" },
	{ 0x9688de8b, "memstart_addr" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0xb68b66dd, "platform_driver_unregister" },
	{ 0xba82ac8f, "of_find_property" },
	{ 0x9347eaf8, "dma_set_mask" },
	{ 0xfc45e713, "__platform_driver_register" },
	{ 0xa8ac9ba6, "dma_unmap_page_attrs" },
	{ 0x87b8798d, "sg_next" },
	{ 0x92997ed8, "_printk" },
	{ 0x192fe500, "qcom_scm_assign_mem_regions" },
	{ 0xb43f9365, "ktime_get" },
	{ 0xf70e4a4d, "preempt_schedule_notrace" },
	{ 0xeb233a45, "__kmalloc" },
	{ 0x5239aaef, "kmem_cache_alloc_trace" },
	{ 0x5979ed16, "dma_map_page_attrs" },
	{ 0x273a8095, "dev_driver_string" },
	{ 0x56470118, "__warn_printk" },
	{ 0xc31db0ce, "is_vmalloc_addr" },
	{ 0x5b75e521, "bpf_trace_run2" },
	{ 0x6cd7cede, "bpf_trace_run5" },
	{ 0x7ff5b9fd, "perf_trace_run_bpf_submit" },
	{ 0x2d2c902f, "perf_trace_buf_alloc" },
	{ 0x7381287f, "trace_handle_return" },
	{ 0xc3bc72ad, "trace_print_array_seq" },
	{ 0x9df162b8, "trace_event_printf" },
	{ 0xa408db3a, "trace_raw_output_prep" },
	{ 0x6a2762f5, "trace_event_ignore_this_pid" },
	{ 0xfd5a8a18, "event_triggers_call" },
	{ 0xa19d380, "trace_event_buffer_commit" },
	{ 0xb464157f, "trace_event_buffer_reserve" },
	{ 0x7f5b4fe4, "sg_free_table" },
	{ 0x3a2f6702, "sg_alloc_table" },
	{ 0x37a0cba, "kfree" },
	{ 0x66b4cc41, "kmemdup" },
	{ 0xd0d03b9a, "trace_event_raw_init" },
	{ 0xa35d7098, "trace_event_reg" },
};

MODULE_INFO(depends, "qcom-scm");

MODULE_ALIAS("of:N*T*Cqcom,secure-buffer");
MODULE_ALIAS("of:N*T*Cqcom,secure-bufferC*");

MODULE_INFO(scmversion, "gf957779e27df");
