#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,
	.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" },
	{ 0x800704bd, "qcom_device_shutdown_in_progress" },
	{ 0x15af7f4, "system_state" },
	{ 0x15ba50a6, "jiffies" },
	{ 0xea0fd5fe, "kmalloc_caches" },
	{ 0x2d3385d3, "system_wq" },
	{ 0x21ce5888, "qmi_response_type_v01_ei" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0xe1537255, "__list_del_entry_valid" },
	{ 0x56470118, "__warn_printk" },
	{ 0xf1e046cc, "panic" },
	{ 0x79cf5987, "init_timer_key" },
	{ 0xf15e728e, "del_timer_sync" },
	{ 0x72cd0f7f, "mod_timer" },
	{ 0x4411a445, "__cfi_slowpath_diag" },
	{ 0x96848186, "scnprintf" },
	{ 0xa916b694, "strnlen" },
	{ 0x5239aaef, "kmem_cache_alloc_trace" },
	{ 0x732ac580, "queue_work_on" },
	{ 0x68f31cbd, "__list_add_valid" },
	{ 0xe2d5255a, "strcmp" },
	{ 0x98cf60b3, "strlen" },
	{ 0xd969d6f4, "cancel_work_sync" },
	{ 0x37a0cba, "kfree" },
	{ 0x8c03d20c, "destroy_workqueue" },
	{ 0x52ac9dc3, "qmi_handle_release" },
	{ 0x61b000a1, "qmi_add_lookup" },
	{ 0xd44d3b8c, "qmi_handle_init" },
	{ 0x49cd25ed, "alloc_workqueue" },
	{ 0xa571f6b0, "__mutex_init" },
	{ 0x92997ed8, "_printk" },
	{ 0xc414c2b3, "qmi_txn_wait" },
	{ 0xe852134f, "qmi_txn_cancel" },
	{ 0x28b3aa61, "qmi_send_request" },
	{ 0xe2beb423, "qmi_txn_init" },
	{ 0xed55cabd, "mutex_unlock" },
	{ 0xe914e41e, "strcpy" },
	{ 0xd5977bfb, "mutex_lock" },
};

MODULE_INFO(depends, "rproc_qcom_common,qmi_helpers");


MODULE_INFO(scmversion, "gf957779e27df");
