#include #define INCLUDE_VERMAGIC #include #include #include #include #include #ifdef CONFIG_UNWINDER_ORC #include ORC_HEADER; #endif 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, }; MODULE_INFO(intree, "Y"); #ifdef CONFIG_RETPOLINE MODULE_INFO(retpoline, "Y"); #endif static const struct modversion_info ____versions[] __used __section("__versions") = { { 0x40eca1c8, "skb_copy_expand" }, { 0x467d62dc, "dev_kfree_skb_any_reason" }, { 0xbd9a1fbf, "skb_push" }, { 0x5a9f1d63, "memmove" }, { 0xe9ff6e6c, "skb_put" }, { 0xb1899881, "consume_skb" }, { 0x37a0cba, "kfree" }, { 0xcbd0b20e, "usbnet_cdc_unbind" }, { 0xa72248ec, "usb_register_driver" }, { 0xe193b177, "usb_deregister" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x29977925, "kmalloc_trace" }, { 0x24c6bcfb, "usbnet_cdc_bind" }, { 0x4829a47e, "memcpy" }, { 0x9a2aa775, "netdev_err" }, { 0x6c86c0ae, "skb_pull" }, { 0x433a6774, "skb_clone" }, { 0x64b6d9d6, "skb_trim" }, { 0x7409acf7, "usbnet_skb_return" }, { 0x9cfb1245, "usbnet_cdc_status" }, { 0xb889afe8, "usbnet_probe" }, { 0x13c0d2db, "usbnet_disconnect" }, { 0xd7e1d7ef, "usbnet_suspend" }, { 0xcf16fdfc, "usbnet_resume" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "cdc_ether,usbnet"); MODULE_ALIAS("usb:v1004p61AAd*dc*dsc*dp*ic02isc06ip00in*");