#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" },
	{ 0xdcb764ad, "memset" },
	{ 0xc2c193d2, "__stack_chk_fail" },
	{ 0x4b0a3f52, "gic_nonsecure_priorities" },
	{ 0x77c1b75a, "cpu_hwcaps" },
	{ 0xd14fef22, "cpu_hwcap_keys" },
	{ 0x14b89635, "arm64_const_caps_ready" },
	{ 0xea0fd5fe, "kmalloc_caches" },
	{ 0xc7da062f, "iomem_resource" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0xb68b66dd, "platform_driver_unregister" },
	{ 0x7fac5fcb, "remove_proc_entry" },
	{ 0x6cbbfc54, "__arch_copy_to_user" },
	{ 0x88db9f48, "__check_object_size" },
	{ 0x4a3ad70e, "wait_for_completion_timeout" },
	{ 0x5927f85f, "PDE_DATA" },
	{ 0x608741b5, "__init_swait_queue_head" },
	{ 0xf3de714a, "gh_dbl_send" },
	{ 0xfd257921, "pm_wakeup_ws_event" },
	{ 0xa6257a2f, "complete" },
	{ 0x9214d5d8, "gh_dbl_read_and_clean" },
	{ 0x307ec99b, "gh_dbl_tx_unregister" },
	{ 0x5ba5a53d, "gh_dbl_rx_unregister" },
	{ 0x2baef3ed, "wakeup_source_unregister" },
	{ 0x51bd64fa, "wakeup_source_register" },
	{ 0x60480c78, "proc_create_data" },
	{ 0x417437fa, "gh_dbl_rx_register" },
	{ 0x71dfdf68, "gh_dbl_tx_register" },
	{ 0xee518148, "kmsg_dump_get_buffer" },
	{ 0xf4cff926, "_dev_warn" },
	{ 0x7d6144cd, "gh_rm_mem_reclaim" },
	{ 0x5239aaef, "kmem_cache_alloc_trace" },
	{ 0xfd527caf, "gh_rm_mem_share" },
	{ 0x37a0cba, "kfree" },
	{ 0x398b9914, "hyp_assign_phys" },
	{ 0x4bad7fde, "gh_rm_get_vmid" },
	{ 0x3ab39c72, "of_find_compatible_node" },
	{ 0x761b06be, "of_address_to_resource" },
	{ 0x59c4f9e1, "of_parse_phandle" },
	{ 0xba82ac8f, "of_find_property" },
	{ 0xa3a83f8c, "of_property_read_variable_u32_array" },
	{ 0x8dbcad91, "devm_kmalloc" },
	{ 0xda0947de, "kmsg_dump_unregister" },
	{ 0x4fd830d5, "gh_rm_unregister_notifier" },
	{ 0x6c5ad0cd, "kmsg_dump_register" },
	{ 0x480305ca, "kmsg_dump_rewind" },
	{ 0x63bf8485, "devm_ioremap_wc" },
	{ 0xdd7669ba, "__devm_request_region" },
	{ 0x7cf771df, "gh_rm_register_notifier" },
	{ 0xfb83a2a6, "_dev_err" },
	{ 0xfc45e713, "__platform_driver_register" },
};

MODULE_INFO(depends, "gh_dbl,gh_rm_drv,secure_buffer");


MODULE_INFO(scmversion, "gf957779e27df");
