#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" },
	{ 0x4829a47e, "memcpy" },
	{ 0x4b0a3f52, "gic_nonsecure_priorities" },
	{ 0x77c1b75a, "cpu_hwcaps" },
	{ 0x6cbbfc54, "__arch_copy_to_user" },
	{ 0x88db9f48, "__check_object_size" },
	{ 0x2e3bcce2, "wait_for_completion_interruptible" },
	{ 0xeb233a45, "__kmalloc" },
	{ 0x8b8b9c62, "debugfs_file_put" },
	{ 0xaeba439a, "debugfs_file_get" },
	{ 0x7b9dbc42, "simple_open" },
	{ 0xeb7772d0, "debugfs_create_file_unsafe" },
	{ 0xed55cabd, "mutex_unlock" },
	{ 0xeebe12e4, "debugfs_create_dir" },
	{ 0xd5977bfb, "mutex_lock" },
	{ 0xd14fef22, "cpu_hwcap_keys" },
	{ 0x14b89635, "arm64_const_caps_ready" },
	{ 0xe4bbc1dd, "kimage_voffset" },
	{ 0x9688de8b, "memstart_addr" },
	{ 0xea0fd5fe, "kmalloc_caches" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0x296695f, "refcount_warn_saturate" },
	{ 0xe1537255, "__list_del_entry_valid" },
	{ 0xd35cce70, "_raw_spin_unlock_irqrestore" },
	{ 0x608741b5, "__init_swait_queue_head" },
	{ 0xbc932109, "msm_minidump_add_region" },
	{ 0x68f31cbd, "__list_add_valid" },
	{ 0x5239aaef, "kmem_cache_alloc_trace" },
	{ 0xb5b54b34, "_raw_spin_unlock" },
	{ 0xba8fbd64, "_raw_spin_lock" },
	{ 0x93d6dd8c, "complete_all" },
	{ 0x402e076a, "debugfs_remove" },
	{ 0x37a0cba, "kfree" },
	{ 0xdd64e639, "strscpy" },
	{ 0x34db050b, "_raw_spin_lock_irqsave" },
	{ 0xa58af0a6, "_raw_read_unlock_irq" },
	{ 0xe2d5255a, "strcmp" },
	{ 0x48112d76, "_raw_read_lock_irq" },
	{ 0xeb078aee, "_raw_write_unlock_irqrestore" },
	{ 0x5021bd81, "_raw_write_lock_irqsave" },
	{ 0x96848186, "scnprintf" },
	{ 0x4411a445, "__cfi_slowpath_diag" },
	{ 0xaa0c318b, "vscnprintf" },
	{ 0xa6257a2f, "complete" },
	{ 0xdf2ebb87, "_raw_read_unlock_irqrestore" },
	{ 0xd653b126, "sched_clock" },
	{ 0xb1342cdb, "_raw_read_lock_irqsave" },
	{ 0x92997ed8, "_printk" },
};

MODULE_INFO(depends, "minidump");


MODULE_INFO(scmversion, "gf957779e27df");
