#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" },
	{ 0x2750226d, "ipa_unregister_rmnet_ctl_cb" },
	{ 0xe46021ca, "_raw_spin_unlock_bh" },
	{ 0xc3690fc, "_raw_spin_lock_bh" },
	{ 0x7be32e12, "ipa_rmnet_ctl_xmit" },
	{ 0x9822a4af, "ipa_register_rmnet_ctl_cb" },
	{ 0x92997ed8, "_printk" },
	{ 0x23fed57a, "ipa_register_ipa_ready_cb" },
	{ 0xea0fd5fe, "kmalloc_caches" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0xb5b54b34, "_raw_spin_unlock" },
	{ 0xba8fbd64, "_raw_spin_lock" },
	{ 0x5239aaef, "kmem_cache_alloc_trace" },
	{ 0xfddec350, "skb_put" },
	{ 0xb9b1f28d, "__alloc_skb" },
	{ 0x2469810f, "__rcu_read_unlock" },
	{ 0x8d522714, "__rcu_read_lock" },
	{ 0x8b83a1e8, "ipc_log_string" },
	{ 0x3387eaf7, "kfree_skb" },
	{ 0x6091797f, "synchronize_rcu" },
	{ 0x37a0cba, "kfree" },
	{ 0x4411a445, "__cfi_slowpath_diag" },
	{ 0xf470e1fe, "ipc_log_context_destroy" },
	{ 0x402e076a, "debugfs_remove" },
	{ 0x6fdbaa2a, "ipc_log_context_create" },
	{ 0xeb7b070e, "debugfs_create_u8" },
	{ 0xeebe12e4, "debugfs_create_dir" },
};

MODULE_INFO(depends, "ipa_fmwk,qcom_ipc_logging");


MODULE_INFO(scmversion, "g6cc9bfcd5850");
