#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" },
	{ 0x7bbce92e, "__tracepoint_android_vh_check_uninterruptible_tasks_dn" },
	{ 0x66dea1b7, "__tracepoint_android_vh_check_uninterruptible_tasks" },
	{ 0xd14fef22, "cpu_hwcap_keys" },
	{ 0x14b89635, "arm64_const_caps_ready" },
	{ 0xfb025849, "sysctl_vals_new" },
	{ 0x15ba50a6, "jiffies" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0xd691c6a9, "unregister_sysctl_table" },
	{ 0xdbeeece6, "tracepoint_probe_unregister" },
	{ 0x95e102ab, "tracepoint_probe_register" },
	{ 0x6a449c4f, "register_sysctl_table" },
	{ 0x296695f, "refcount_warn_saturate" },
	{ 0xa8ebe4, "__put_task_struct" },
	{ 0xed55cabd, "mutex_unlock" },
	{ 0xa8181adf, "proc_dointvec" },
	{ 0x1273c714, "find_vpid" },
	{ 0xbc24e309, "get_pid_task" },
	{ 0xd5977bfb, "mutex_lock" },
	{ 0x2cdf87a1, "proc_dointvec_minmax" },
	{ 0xf1e046cc, "panic" },
};

MODULE_INFO(depends, "");


MODULE_INFO(scmversion, "gf957779e27df");
