#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,
};

#ifdef CONFIG_RETPOLINE
MODULE_INFO(retpoline, "Y");
#endif

static const struct modversion_info ____versions[]
__used __section("__versions") = {
	{ 0x222dd63, "module_layout" },
	{ 0xea0fd5fe, "kmalloc_caches" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0xb68b66dd, "platform_driver_unregister" },
	{ 0x37a0cba, "kfree" },
	{ 0x5239aaef, "kmem_cache_alloc_trace" },
	{ 0xf5a94b83, "__init_rwsem" },
	{ 0xa571f6b0, "__mutex_init" },
	{ 0xfc45e713, "__platform_driver_register" },
	{ 0x963aa2a9, "blocking_notifier_chain_unregister" },
	{ 0x7181db30, "atomic_notifier_chain_unregister" },
	{ 0xed55cabd, "mutex_unlock" },
	{ 0xbb0c86a5, "blocking_notifier_chain_register" },
	{ 0x2b9997fb, "atomic_notifier_chain_register" },
	{ 0xd5977bfb, "mutex_lock" },
	{ 0x8317ad7c, "blocking_notifier_call_chain" },
	{ 0xd3752c27, "atomic_notifier_call_chain" },
	{ 0x92997ed8, "_printk" },
};

MODULE_INFO(depends, "");

MODULE_ALIAS("of:N*T*Cmmi,sys-relay");
MODULE_ALIAS("of:N*T*Cmmi,sys-relayC*");

MODULE_INFO(scmversion, "g6cc9bfcd5850");
