#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" },
	{ 0x4829a47e, "memcpy" },
	{ 0xc2c193d2, "__stack_chk_fail" },
	{ 0x2d3385d3, "system_wq" },
	{ 0x4b0a3f52, "gic_nonsecure_priorities" },
	{ 0x77c1b75a, "cpu_hwcaps" },
	{ 0xd14fef22, "cpu_hwcap_keys" },
	{ 0x14b89635, "arm64_const_caps_ready" },
	{ 0xea0fd5fe, "kmalloc_caches" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0xb68b66dd, "platform_driver_unregister" },
	{ 0xf470e1fe, "ipc_log_context_destroy" },
	{ 0x2baef3ed, "wakeup_source_unregister" },
	{ 0x1231e951, "rproc_shutdown" },
	{ 0xb13f0d72, "cdev_del" },
	{ 0xb97233e8, "of_property_read_string_helper" },
	{ 0xe4a5b329, "rproc_boot" },
	{ 0xf668cd44, "rproc_get_by_phandle" },
	{ 0xca9e8c86, "unregister_rpmsg_driver" },
	{ 0x732ac580, "queue_work_on" },
	{ 0xd35cce70, "_raw_spin_unlock_irqrestore" },
	{ 0x68f31cbd, "__list_add_valid" },
	{ 0xe1537255, "__list_del_entry_valid" },
	{ 0x34db050b, "_raw_spin_lock_irqsave" },
	{ 0xfd257921, "pm_wakeup_ws_event" },
	{ 0x66b4cc41, "kmemdup" },
	{ 0x6aefebc3, "_dev_info" },
	{ 0x93d6dd8c, "complete_all" },
	{ 0x3f639c10, "__register_rpmsg_driver" },
	{ 0xfb384d37, "kasprintf" },
	{ 0x656e4a6e, "snprintf" },
	{ 0xdd64e639, "strscpy" },
	{ 0xa916b694, "strnlen" },
	{ 0xfbecc63d, "dma_buf_detach" },
	{ 0xc117172c, "dma_buf_unmap_attachment" },
	{ 0x89be51a8, "dma_buf_map_attachment" },
	{ 0x6d21b42e, "dma_buf_put" },
	{ 0xef238a57, "dma_buf_attach" },
	{ 0xea788350, "dma_buf_get" },
	{ 0xf9a482f9, "msleep" },
	{ 0x763dcdc, "rpmsg_trysend" },
	{ 0x12a4e128, "__arch_copy_from_user" },
	{ 0x6cbbfc54, "__arch_copy_to_user" },
	{ 0x88db9f48, "__check_object_size" },
	{ 0x7f02188f, "__msecs_to_jiffies" },
	{ 0xf02aa937, "wait_for_completion_interruptible_timeout" },
	{ 0x2e3bcce2, "wait_for_completion_interruptible" },
	{ 0x3b6fa98a, "__pm_relax" },
	{ 0xd5977bfb, "mutex_lock" },
	{ 0xed55cabd, "mutex_unlock" },
	{ 0xe2d5255a, "strcmp" },
	{ 0x6091b333, "unregister_chrdev_region" },
	{ 0x7fe2eb19, "class_destroy" },
	{ 0x40af62cf, "device_destroy" },
	{ 0xf9ff6a03, "cdev_add" },
	{ 0x88a509d5, "cdev_init" },
	{ 0x4f34d4f1, "device_create" },
	{ 0x5c4cffba, "__class_create" },
	{ 0xe3ec2f2b, "alloc_chrdev_region" },
	{ 0x608741b5, "__init_swait_queue_head" },
	{ 0xb8b9f817, "kmalloc_order_trace" },
	{ 0xeb233a45, "__kmalloc" },
	{ 0x5239aaef, "kmem_cache_alloc_trace" },
	{ 0x37a0cba, "kfree" },
	{ 0x6fdbaa2a, "ipc_log_context_create" },
	{ 0x51bd64fa, "wakeup_source_register" },
	{ 0xa571f6b0, "__mutex_init" },
	{ 0xba82ac8f, "of_find_property" },
	{ 0xfc45e713, "__platform_driver_register" },
	{ 0x8b83a1e8, "ipc_log_string" },
	{ 0x92997ed8, "_printk" },
};

MODULE_INFO(depends, "qcom_ipc_logging");

MODULE_ALIAS("of:N*T*Cqcom,spcom");
MODULE_ALIAS("of:N*T*Cqcom,spcomC*");

MODULE_INFO(scmversion, "gf957779e27df");
