#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" },
	{ 0xea0fd5fe, "kmalloc_caches" },
	{ 0x3fa768fd, "param_ops_charp" },
	{ 0xe71c79d0, "rmnet_perf_tether_cmd_hook" },
	{ 0x1f455b7c, "rmnet_perf_tether_egress_hook" },
	{ 0xb0edb02f, "rmnet_perf_tether_ingress_hook" },
	{ 0x49f4e661, "init_net" },
	{ 0x7c75e4a8, "param_ops_uint" },
	{ 0x42541bac, "param_array_ops" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0x9d0d6206, "unregister_netdevice_notifier" },
	{ 0x37a0cba, "kfree" },
	{ 0x5239aaef, "kmem_cache_alloc_trace" },
	{ 0x5a921311, "strncmp" },
	{ 0xd2da1048, "register_netdevice_notifier" },
	{ 0x92997ed8, "_printk" },
	{ 0x6091797f, "synchronize_rcu" },
	{ 0x132c98da, "rmnet_module_hook_unregister_no_sync" },
	{ 0xf70e4a4d, "preempt_schedule_notrace" },
	{ 0xb9b1f28d, "__alloc_skb" },
	{ 0xe1537255, "__list_del_entry_valid" },
	{ 0x68f31cbd, "__list_add_valid" },
	{ 0xd35cce70, "_raw_spin_unlock_irqrestore" },
	{ 0xf183cf8e, "rmnet_module_hook_register" },
	{ 0xad23675, "rmnet_qmap_send" },
	{ 0xfddec350, "skb_put" },
	{ 0x26959a69, "dev_get_by_name" },
	{ 0xb8543eb6, "__dev_get_by_index" },
	{ 0x34db050b, "_raw_spin_lock_irqsave" },
};

MODULE_INFO(depends, "rmnet_core");


MODULE_INFO(scmversion, "g6cc9bfcd5850");
