#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" },
	{ 0x5a9f1d63, "memmove" },
	{ 0x4829a47e, "memcpy" },
	{ 0xc2c193d2, "__stack_chk_fail" },
	{ 0xd281fc1, "__tracepoint_android_vh_logbuf_pr_cont" },
	{ 0xd97de0, "__tracepoint_android_vh_logbuf" },
	{ 0xdbeeece6, "tracepoint_probe_unregister" },
	{ 0x656e4a6e, "snprintf" },
	{ 0x96848186, "scnprintf" },
	{ 0xa07a37f0, "memchr" },
	{ 0x95e102ab, "tracepoint_probe_register" },
	{ 0xb8b9f817, "kmalloc_order_trace" },
	{ 0x37a0cba, "kfree" },
	{ 0xfb83a2a6, "_dev_err" },
	{ 0xe4bbc1dd, "kimage_voffset" },
	{ 0x9688de8b, "memstart_addr" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0xb68b66dd, "platform_driver_unregister" },
	{ 0x410590e5, "debug_symbol_lookup_name" },
	{ 0x93d01a54, "debug_symbol_avaliable" },
	{ 0xfc45e713, "__platform_driver_register" },
	{ 0x92997ed8, "_printk" },
	{ 0xbc932109, "msm_minidump_add_region" },
	{ 0xdd64e639, "strscpy" },
};

MODULE_INFO(depends, "debug_symbol,minidump");

MODULE_ALIAS("of:N*T*Cqcom,logbuf-vendor-hooks");
MODULE_ALIAS("of:N*T*Cqcom,logbuf-vendor-hooksC*");

MODULE_INFO(scmversion, "gf957779e27df");
