#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" },
	{ 0xdcb764ad, "memset" },
	{ 0xc2c193d2, "__stack_chk_fail" },
	{ 0xe523ad75, "synchronize_irq" },
	{ 0xbefa51a3, "gen_pool_add_owner" },
	{ 0x60ba97c, "gen_pool_free_owner" },
	{ 0x2b593aa8, "gen_pool_alloc_algo_owner" },
	{ 0x6c224cda, "gen_pool_destroy" },
	{ 0xced0f4d4, "gen_pool_create" },
	{ 0x4b0a3f52, "gic_nonsecure_priorities" },
	{ 0x77c1b75a, "cpu_hwcaps" },
	{ 0xd14fef22, "cpu_hwcap_keys" },
	{ 0x14b89635, "arm64_const_caps_ready" },
	{ 0xea0fd5fe, "kmalloc_caches" },
	{ 0xaf56600a, "arm64_use_ng_mappings" },
	{ 0xb68b66dd, "platform_driver_unregister" },
	{ 0xa3fc462a, "platform_get_resource_byname" },
	{ 0xba82ac8f, "of_find_property" },
	{ 0xa3a83f8c, "of_property_read_variable_u32_array" },
	{ 0x7fe2eb19, "class_destroy" },
	{ 0x6091b333, "unregister_chrdev_region" },
	{ 0x40af62cf, "device_destroy" },
	{ 0x2e1ca751, "clk_put" },
	{ 0x1140fc73, "clk_get" },
	{ 0x4f34d4f1, "device_create" },
	{ 0xe3ec2f2b, "alloc_chrdev_region" },
	{ 0x5c4cffba, "__class_create" },
	{ 0x4f8f8ffe, "of_match_device" },
	{ 0x47cfd825, "kstrtouint_from_user" },
	{ 0x12a4e128, "__arch_copy_from_user" },
	{ 0x88db9f48, "__check_object_size" },
	{ 0x619cb7dd, "simple_read_from_buffer" },
	{ 0x402e076a, "debugfs_remove" },
	{ 0xc4c3eec2, "debugfs_create_u32" },
	{ 0xeb7b070e, "debugfs_create_u8" },
	{ 0xd2ca564a, "debugfs_create_file" },
	{ 0xeebe12e4, "debugfs_create_dir" },
	{ 0xfc45e713, "__platform_driver_register" },
	{ 0x5239aaef, "kmem_cache_alloc_trace" },
	{ 0xb6e6d99d, "clk_disable" },
	{ 0xb077e70a, "clk_unprepare" },
	{ 0x815588a6, "clk_enable" },
	{ 0x7c9a7371, "clk_prepare" },
	{ 0xf470e1fe, "ipc_log_context_destroy" },
	{ 0xedc03953, "iounmap" },
	{ 0x6fdbaa2a, "ipc_log_context_create" },
	{ 0x656e4a6e, "snprintf" },
	{ 0xa571f6b0, "__mutex_init" },
	{ 0x6b4b2933, "__ioremap" },
	{ 0xed55cabd, "mutex_unlock" },
	{ 0xd5977bfb, "mutex_lock" },
	{ 0xa6257a2f, "complete" },
	{ 0xeb233a45, "__kmalloc" },
	{ 0x68f31cbd, "__list_add_valid" },
	{ 0xe1537255, "__list_del_entry_valid" },
	{ 0xce2840e7, "irq_set_irq_wake" },
	{ 0x92d5838e, "request_threaded_irq" },
	{ 0xd35cce70, "_raw_spin_unlock_irqrestore" },
	{ 0x40a9b349, "vzalloc" },
	{ 0x999e8297, "vfree" },
	{ 0x18b48e28, "__memset_io" },
	{ 0x37a0cba, "kfree" },
	{ 0xc1514a3b, "free_irq" },
	{ 0x4411a445, "__cfi_slowpath_diag" },
	{ 0x34db050b, "_raw_spin_lock_irqsave" },
	{ 0x9688de8b, "memstart_addr" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0x82bdaa44, "log_post_write_mmio" },
	{ 0xb03b751c, "log_write_mmio" },
	{ 0x461806e7, "log_post_read_mmio" },
	{ 0x630c7ed8, "log_read_mmio" },
	{ 0x96848186, "scnprintf" },
	{ 0x8b83a1e8, "ipc_log_string" },
	{ 0x92997ed8, "_printk" },
	{ 0x1d24c881, "___ratelimit" },
};

MODULE_INFO(depends, "qcom_ipc_logging");


MODULE_INFO(scmversion, "gf957779e27df");
