#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" },
	{ 0x4829a47e, "memcpy" },
	{ 0xdcb764ad, "memset" },
	{ 0xc2c193d2, "__stack_chk_fail" },
	{ 0x7f02188f, "__msecs_to_jiffies" },
	{ 0x92540fbf, "finish_wait" },
	{ 0x8ddd8aad, "schedule_timeout" },
	{ 0x8c26d495, "prepare_to_wait_event" },
	{ 0xfe487975, "init_wait_entry" },
	{ 0x4dca08ee, "sync_file_get_fence" },
	{ 0x3f4547a7, "put_unused_fd" },
	{ 0x97f4d63b, "fd_install" },
	{ 0x7610c83f, "fput" },
	{ 0x45f84c42, "sync_file_create" },
	{ 0xa843805a, "get_unused_fd_flags" },
	{ 0x4b0a3f52, "gic_nonsecure_priorities" },
	{ 0x77c1b75a, "cpu_hwcaps" },
	{ 0xbcab6ee6, "sscanf" },
	{ 0x6cbbfc54, "__arch_copy_to_user" },
	{ 0x96848186, "scnprintf" },
	{ 0x296695f, "refcount_warn_saturate" },
	{ 0xe123f3d9, "dma_fence_release" },
	{ 0x350ea558, "dma_fence_default_wait" },
	{ 0x7ab45d25, "dma_fence_array_create" },
	{ 0x16dee44d, "dma_fence_init" },
	{ 0xc3055d20, "usleep_range_state" },
	{ 0x68f31cbd, "__list_add_valid" },
	{ 0x14605535, "dma_fence_context_alloc" },
	{ 0x12a4e128, "__arch_copy_from_user" },
	{ 0x88db9f48, "__check_object_size" },
	{ 0x3b6c41ea, "kstrtouint" },
	{ 0x7b9dbc42, "simple_open" },
	{ 0x347bfa9, "debugfs_create_u64" },
	{ 0xc4c3eec2, "debugfs_create_u32" },
	{ 0x1e803989, "debugfs_create_bool" },
	{ 0xd2ca564a, "debugfs_create_file" },
	{ 0xeebe12e4, "debugfs_create_dir" },
	{ 0x3eeb2322, "__wake_up" },
	{ 0xa3a83f8c, "of_property_read_variable_u32_array" },
	{ 0xeb233a45, "__kmalloc" },
	{ 0x656e4a6e, "snprintf" },
	{ 0xfd527caf, "gh_rm_mem_share" },
	{ 0x2fe5b535, "qcom_scm_assign_mem" },
	{ 0x4bad7fde, "gh_rm_get_vmid" },
	{ 0x9214d5d8, "gh_dbl_read_and_clean" },
	{ 0x31f4adef, "devm_ioremap" },
	{ 0x7cf771df, "gh_rm_register_notifier" },
	{ 0x18b48e28, "__memset_io" },
	{ 0x63bf8485, "devm_ioremap_wc" },
	{ 0x761b06be, "of_address_to_resource" },
	{ 0x59c4f9e1, "of_parse_phandle" },
	{ 0x417437fa, "gh_dbl_rx_register" },
	{ 0x3ab39c72, "of_find_compatible_node" },
	{ 0x43b0c9c3, "preempt_schedule" },
	{ 0x75fb9062, "arch_timer_read_counter" },
	{ 0x82bdaa44, "log_post_write_mmio" },
	{ 0xb03b751c, "log_write_mmio" },
	{ 0x461806e7, "log_post_read_mmio" },
	{ 0x630c7ed8, "log_read_mmio" },
	{ 0x4411a445, "__cfi_slowpath_diag" },
	{ 0xd14fef22, "cpu_hwcap_keys" },
	{ 0x14b89635, "arm64_const_caps_ready" },
	{ 0xe03a689d, "dma_fence_array_ops" },
	{ 0xea0fd5fe, "kmalloc_caches" },
	{ 0x8070288, "param_ops_bool" },
	{ 0xc56a41e6, "vabits_actual" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0xb68b66dd, "platform_driver_unregister" },
	{ 0xa571f6b0, "__mutex_init" },
	{ 0xb953c4ef, "of_device_is_compatible" },
	{ 0xfc45e713, "__platform_driver_register" },
	{ 0x5239aaef, "kmem_cache_alloc_trace" },
	{ 0xd9a5ea54, "__init_waitqueue_head" },
	{ 0x37a0cba, "kfree" },
	{ 0xed55cabd, "mutex_unlock" },
	{ 0xd5977bfb, "mutex_lock" },
	{ 0x92997ed8, "_printk" },
};

MODULE_INFO(depends, "gh_rm_drv,qcom-scm,gh_dbl");


MODULE_INFO(scmversion, "g6cc9bfcd5850");
