#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" },
	{ 0x8bb69f5e, "genl_unregister_family" },
	{ 0xfb04aaa3, "genl_register_family" },
	{ 0xd37dabd6, "rmnet_aps_post_queue" },
	{ 0xe36c18ff, "rmnet_aps_pre_queue" },
	{ 0xea0fd5fe, "kmalloc_caches" },
	{ 0x15ba50a6, "jiffies" },
	{ 0x2d3385d3, "system_wq" },
	{ 0x3fa768fd, "param_ops_charp" },
	{ 0x49f4e661, "init_net" },
	{ 0x42541bac, "param_array_ops" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0x6091797f, "synchronize_rcu" },
	{ 0x132c98da, "rmnet_module_hook_unregister_no_sync" },
	{ 0x9d0d6206, "unregister_netdevice_notifier" },
	{ 0xd969d6f4, "cancel_work_sync" },
	{ 0xf15e728e, "del_timer_sync" },
	{ 0xf8beca97, "cancel_delayed_work_sync" },
	{ 0xe091c977, "list_sort" },
	{ 0x253af43d, "delayed_work_timer_fn" },
	{ 0xbf57e89e, "queue_delayed_work_on" },
	{ 0xd9a87a8, "skb_copy_bits" },
	{ 0xc4f0da12, "ktime_get_with_offset" },
	{ 0xf183cf8e, "rmnet_module_hook_register" },
	{ 0xd2da1048, "register_netdevice_notifier" },
	{ 0x92997ed8, "_printk" },
	{ 0x6bf34f33, "netlink_unicast" },
	{ 0xb9b1f28d, "__alloc_skb" },
	{ 0x21844262, "nla_put" },
	{ 0xc958e49d, "genlmsg_put" },
	{ 0xf70e4a4d, "preempt_schedule_notrace" },
	{ 0x68f31cbd, "__list_add_valid" },
	{ 0x5239aaef, "kmem_cache_alloc_trace" },
	{ 0xe46021ca, "_raw_spin_unlock_bh" },
	{ 0xc3690fc, "_raw_spin_lock_bh" },
	{ 0x72cd0f7f, "mod_timer" },
	{ 0x732ac580, "queue_work_on" },
	{ 0xe1537255, "__list_del_entry_valid" },
	{ 0xbaf22757, "kvfree_call_rcu" },
	{ 0xaa4008af, "del_timer" },
	{ 0xed55cabd, "mutex_unlock" },
	{ 0x5a921311, "strncmp" },
	{ 0xb4d35af2, "dev_get_by_index" },
	{ 0xd5977bfb, "mutex_lock" },
	{ 0xf1db1704, "nla_memcpy" },
};

MODULE_INFO(depends, "rmnet_core");


MODULE_INFO(scmversion, "g6cc9bfcd5850");
