#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,
};

#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" },
	{ 0x8070288, "param_ops_bool" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0xb68b66dd, "platform_driver_unregister" },
	{ 0x56e3edd9, "pmic_glink_unregister_client" },
	{ 0xf470e1fe, "ipc_log_context_destroy" },
	{ 0xf53068cd, "seq_puts" },
	{ 0x739706ab, "single_open" },
	{ 0x5dc6186, "single_release" },
	{ 0x8d452a34, "seq_read" },
	{ 0x9efacf32, "seq_lseek" },
	{ 0x7960cf64, "debugfs_create_x32" },
	{ 0xbee49e0f, "debugfs_create_x64" },
	{ 0x402e076a, "debugfs_remove" },
	{ 0xd2ca564a, "debugfs_create_file" },
	{ 0xeebe12e4, "debugfs_create_dir" },
	{ 0xb3f7646e, "kthread_should_stop" },
	{ 0xf9a482f9, "msleep" },
	{ 0x608741b5, "__init_swait_queue_head" },
	{ 0xa6257a2f, "complete" },
	{ 0xba82ac8f, "of_find_property" },
	{ 0xa3a83f8c, "of_property_read_variable_u32_array" },
	{ 0x8dbcad91, "devm_kmalloc" },
	{ 0x4addd462, "wake_up_process" },
	{ 0x15f9ecee, "kthread_create_on_node" },
	{ 0x6fdbaa2a, "ipc_log_context_create" },
	{ 0xa571f6b0, "__mutex_init" },
	{ 0xfb83a2a6, "_dev_err" },
	{ 0x8945c783, "pmic_glink_register_client" },
	{ 0xad348830, "of_property_read_u64" },
	{ 0xfc45e713, "__platform_driver_register" },
	{ 0x160c9308, "of_find_node_opts_by_path" },
	{ 0xed55cabd, "mutex_unlock" },
	{ 0x4a3ad70e, "wait_for_completion_timeout" },
	{ 0x5a5edc5c, "pmic_glink_write" },
	{ 0xd5977bfb, "mutex_lock" },
	{ 0x1e6d26a8, "strstr" },
	{ 0x87326190, "of_property_read_string" },
	{ 0x8b83a1e8, "ipc_log_string" },
	{ 0x92997ed8, "_printk" },
};

MODULE_INFO(depends, "pmic_glink,qcom_ipc_logging");


MODULE_INFO(scmversion, "g6cc9bfcd5850");
