#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,
	.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" },
	{ 0x4829a47e, "memcpy" },
	{ 0xc2c193d2, "__stack_chk_fail" },
	{ 0x93831d2e, "__tracepoint_receive_relinquish_resp_msg" },
	{ 0xac594e02, "__cpu_online_mask" },
	{ 0x7a2af7b4, "cpu_number" },
	{ 0x860662b8, "__tracepoint_send_alloc_req" },
	{ 0xea0fd5fe, "kmalloc_caches" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0xe1537255, "__list_del_entry_valid" },
	{ 0x9ef30ae5, "__traceiter_receive_relinquish_resp_msg" },
	{ 0xa6257a2f, "complete" },
	{ 0x20978fb9, "idr_find" },
	{ 0x4411a445, "__cfi_slowpath_diag" },
	{ 0x1d24c881, "___ratelimit" },
	{ 0xd9338e14, "gh_msgq_recv" },
	{ 0xb3f7646e, "kthread_should_stop" },
	{ 0x68f31cbd, "__list_add_valid" },
	{ 0xe2d5255a, "strcmp" },
	{ 0x608741b5, "__init_swait_queue_head" },
	{ 0xf70e4a4d, "preempt_schedule_notrace" },
	{ 0x321eea28, "__traceiter_send_alloc_req" },
	{ 0xdd64e639, "strscpy" },
	{ 0xeb233a45, "__kmalloc" },
	{ 0x5239aaef, "kmem_cache_alloc_trace" },
	{ 0xb8c2d95d, "kthread_stop" },
	{ 0x8e17b3ae, "idr_destroy" },
	{ 0xb553bdf3, "gh_msgq_unregister" },
	{ 0x4addd462, "wake_up_process" },
	{ 0x15f9ecee, "kthread_create_on_node" },
	{ 0x2e907c70, "gh_msgq_register" },
	{ 0xa571f6b0, "__mutex_init" },
	{ 0x7665a95b, "idr_remove" },
	{ 0x21ef374c, "try_wait_for_completion" },
	{ 0x4a3ad70e, "wait_for_completion_timeout" },
	{ 0xd9649238, "gh_msgq_send" },
	{ 0x37a0cba, "kfree" },
	{ 0xed55cabd, "mutex_unlock" },
	{ 0x92997ed8, "_printk" },
	{ 0x91f44510, "idr_alloc_cyclic" },
	{ 0xd5977bfb, "mutex_lock" },
};

MODULE_INFO(depends, "mem_buf_dev,gh_msgq");


MODULE_INFO(scmversion, "gf957779e27df");
