#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" },
	{ 0x2d3385d3, "system_wq" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0x4fd830d5, "gh_rm_unregister_notifier" },
	{ 0x9833bc0c, "hvc_kick" },
	{ 0x6e110824, "hvc_poll" },
	{ 0x1d24c881, "___ratelimit" },
	{ 0xede732f7, "gh_rm_get_vm_name" },
	{ 0x81bb9691, "gh_rm_console_close" },
	{ 0x66ee5c0c, "gh_rm_console_open" },
	{ 0x4d1517ee, "gh_rm_console_flush" },
	{ 0xd969d6f4, "cancel_work_sync" },
	{ 0x732ac580, "queue_work_on" },
	{ 0xf23fcb99, "__kfifo_in" },
	{ 0xd35cce70, "_raw_spin_unlock_irqrestore" },
	{ 0xe93711a2, "gh_rm_console_write" },
	{ 0x13d0adf7, "__kfifo_out" },
	{ 0x34db050b, "_raw_spin_lock_irqsave" },
	{ 0x92997ed8, "_printk" },
	{ 0x4bad7fde, "gh_rm_get_vmid" },
	{ 0x94497a90, "hvc_remove" },
	{ 0x7cf771df, "gh_rm_register_notifier" },
	{ 0x52023a1d, "hvc_alloc" },
};

MODULE_INFO(depends, "gh_rm_drv");


MODULE_INFO(scmversion, "gf957779e27df");
