#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" },
	{ 0x4829a47e, "memcpy" },
	{ 0xc2c193d2, "__stack_chk_fail" },
	{ 0x9688de8b, "memstart_addr" },
	{ 0x2d3385d3, "system_wq" },
	{ 0xea0fd5fe, "kmalloc_caches" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0x7f02188f, "__msecs_to_jiffies" },
	{ 0x4a3ad70e, "wait_for_completion_timeout" },
	{ 0xd969d6f4, "cancel_work_sync" },
	{ 0x8dbcad91, "devm_kmalloc" },
	{ 0x5979ed16, "dma_map_page_attrs" },
	{ 0x273a8095, "dev_driver_string" },
	{ 0x56470118, "__warn_printk" },
	{ 0xc31db0ce, "is_vmalloc_addr" },
	{ 0xb1bcb648, "mhi_prepare_for_transfer" },
	{ 0x37c69827, "mhi_device_configure" },
	{ 0x54fa6916, "dma_map_resource" },
	{ 0xcc4c51d, "rpmsg_send" },
	{ 0x478d946c, "mhi_controller_get_base" },
	{ 0x608741b5, "__init_swait_queue_head" },
	{ 0xc818a1bc, "mhi_controller_get_numeric_id" },
	{ 0xd35cce70, "_raw_spin_unlock_irqrestore" },
	{ 0x68f31cbd, "__list_add_valid" },
	{ 0xa6257a2f, "complete" },
	{ 0x34db050b, "_raw_spin_lock_irqsave" },
	{ 0x92997ed8, "_printk" },
	{ 0xe1537255, "__list_del_entry_valid" },
	{ 0xa8ac9ba6, "dma_unmap_page_attrs" },
	{ 0xea5a0383, "dma_unmap_resource" },
	{ 0x7c80e6fb, "mhi_unprepare_from_transfer" },
	{ 0x4735ac17, "flush_work" },
	{ 0x4b750f53, "_raw_spin_unlock_irq" },
	{ 0x732ac580, "queue_work_on" },
	{ 0x8427cc7b, "_raw_spin_lock_irq" },
	{ 0xe2d5255a, "strcmp" },
	{ 0xed55cabd, "mutex_unlock" },
	{ 0x8b83a1e8, "ipc_log_string" },
	{ 0xd5977bfb, "mutex_lock" },
	{ 0x87326190, "of_property_read_string" },
	{ 0x5239aaef, "kmem_cache_alloc_trace" },
	{ 0xeb233a45, "__kmalloc" },
	{ 0x37a0cba, "kfree" },
	{ 0xf470e1fe, "ipc_log_context_destroy" },
	{ 0xca9e8c86, "unregister_rpmsg_driver" },
	{ 0x95630109, "__mhi_driver_register" },
	{ 0x3f639c10, "__register_rpmsg_driver" },
	{ 0x6fdbaa2a, "ipc_log_context_create" },
	{ 0x96848186, "scnprintf" },
	{ 0xa571f6b0, "__mutex_init" },
};

MODULE_INFO(depends, "mhi,qcom_ipc_logging");


MODULE_INFO(scmversion, "gf957779e27df");
