#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" },
	{ 0xc2c193d2, "__stack_chk_fail" },
	{ 0xac594e02, "__cpu_online_mask" },
	{ 0x7a2af7b4, "cpu_number" },
	{ 0x96e7c744, "__tracepoint_rproc_qcom_event" },
	{ 0xea0fd5fe, "kmalloc_caches" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0xf470e1fe, "ipc_log_context_destroy" },
	{ 0xb68b66dd, "platform_driver_unregister" },
	{ 0xe1537255, "__list_del_entry_valid" },
	{ 0x7fe2eb19, "class_destroy" },
	{ 0x37a0cba, "kfree" },
	{ 0x40af62cf, "device_destroy" },
	{ 0x92d5838e, "request_threaded_irq" },
	{ 0xf70e4a4d, "preempt_schedule_notrace" },
	{ 0x1b792262, "__traceiter_rproc_qcom_event" },
	{ 0x3eeb2322, "__wake_up" },
	{ 0xd6cc0cc0, "qcom_unregister_ssr_notifier" },
	{ 0xfa538df, "qcom_register_ssr_notifier" },
	{ 0x2a9b1ac8, "irq_get_irq_data" },
	{ 0x178c2e1f, "irq_of_parse_and_map" },
	{ 0x68f31cbd, "__list_add_valid" },
	{ 0xd35cce70, "_raw_spin_unlock_irqrestore" },
	{ 0x4411a445, "__cfi_slowpath_diag" },
	{ 0x34db050b, "_raw_spin_lock_irqsave" },
	{ 0xed55cabd, "mutex_unlock" },
	{ 0xd5977bfb, "mutex_lock" },
	{ 0xb13f0d72, "cdev_del" },
	{ 0x4f34d4f1, "device_create" },
	{ 0xf9ff6a03, "cdev_add" },
	{ 0x88a509d5, "cdev_init" },
	{ 0xd9a5ea54, "__init_waitqueue_head" },
	{ 0x87326190, "of_property_read_string" },
	{ 0x6091b333, "unregister_chrdev_region" },
	{ 0x5c4cffba, "__class_create" },
	{ 0xe3ec2f2b, "alloc_chrdev_region" },
	{ 0x31a7e68c, "of_get_next_available_child" },
	{ 0x5239aaef, "kmem_cache_alloc_trace" },
	{ 0x6fdbaa2a, "ipc_log_context_create" },
	{ 0xa571f6b0, "__mutex_init" },
	{ 0xfc45e713, "__platform_driver_register" },
	{ 0x8b83a1e8, "ipc_log_string" },
	{ 0x92997ed8, "_printk" },
};

MODULE_INFO(depends, "rproc_qcom_common,qcom_ipc_logging");


MODULE_INFO(scmversion, "gf957779e27df");
