#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" },
	{ 0xc2c193d2, "__stack_chk_fail" },
	{ 0x4411a445, "__cfi_slowpath_diag" },
	{ 0x5c3c7387, "kstrtoull" },
	{ 0x59059a2c, "param_get_ullong" },
	{ 0x46a31125, "param_ops_ullong" },
	{ 0x4b87f955, "rmnet_perf_chain_end" },
	{ 0x12a0a70c, "rmnet_frag_descriptor_add_frags_from" },
	{ 0xa6f6226c, "kasan_flag_enabled" },
	{ 0x3fa768fd, "param_ops_charp" },
	{ 0x4cbf1247, "rmnet_perf_desc_entry" },
	{ 0x42541bac, "param_array_ops" },
	{ 0x68f31cbd, "__list_add_valid" },
	{ 0xe1537255, "__list_del_entry_valid" },
	{ 0xf5e708e5, "rmnet_frag_ipv6_skip_exthdr" },
	{ 0x1dd4445e, "rmnet_frag_header_ptr" },
	{ 0x23b3be1e, "rmnet_recycle_frag_descriptor" },
	{ 0xe46021ca, "_raw_spin_unlock_bh" },
	{ 0xc3690fc, "_raw_spin_lock_bh" },
	{ 0x26e1fc39, "rmnet_frag_deliver" },
	{ 0x132c98da, "rmnet_module_hook_unregister_no_sync" },
	{ 0xf183cf8e, "rmnet_module_hook_register" },
	{ 0xea0fd5fe, "kmalloc_caches" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0x9d0d6206, "unregister_netdevice_notifier" },
	{ 0xa50ae88b, "rmnet_map_dl_ind_deregister" },
	{ 0x8a43c967, "qmi_rmnet_ps_ind_deregister" },
	{ 0x6091797f, "synchronize_rcu" },
	{ 0x96e4cdd3, "rmnet_map_dl_ind_register" },
	{ 0x7171cf27, "qmi_rmnet_ps_ind_register" },
	{ 0x5239aaef, "kmem_cache_alloc_trace" },
	{ 0x37a0cba, "kfree" },
	{ 0x25595660, "rmnet_get_port" },
	{ 0x5a921311, "strncmp" },
	{ 0xd2da1048, "register_netdevice_notifier" },
	{ 0x92997ed8, "_printk" },
};

MODULE_INFO(depends, "rmnet_core");


MODULE_INFO(scmversion, "g6cc9bfcd5850");
