#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 KSYMTAB_DATA(usbip_debug_flag, "_gpl", ""); KSYMTAB_DATA(dev_attr_usbip_debug, "_gpl", ""); KSYMTAB_FUNC(usbip_dump_urb, "_gpl", ""); KSYMTAB_FUNC(usbip_dump_header, "_gpl", ""); KSYMTAB_FUNC(usbip_recv, "_gpl", ""); KSYMTAB_FUNC(usbip_pack_pdu, "_gpl", ""); KSYMTAB_FUNC(usbip_header_correct_endian, "_gpl", ""); KSYMTAB_FUNC(usbip_alloc_iso_desc_pdu, "_gpl", ""); KSYMTAB_FUNC(usbip_recv_iso, "_gpl", ""); KSYMTAB_FUNC(usbip_pad_iso, "_gpl", ""); KSYMTAB_FUNC(usbip_recv_xbuff, "_gpl", ""); KSYMTAB_FUNC(usbip_start_eh, "_gpl", ""); KSYMTAB_FUNC(usbip_stop_eh, "_gpl", ""); KSYMTAB_FUNC(usbip_event_add, "_gpl", ""); KSYMTAB_FUNC(usbip_event_happened, "_gpl", ""); KSYMTAB_FUNC(usbip_in_eh, "_gpl", ""); SYMBOL_CRC(usbip_debug_flag, 0x78b72f44, "_gpl"); SYMBOL_CRC(dev_attr_usbip_debug, 0xe64141f7, "_gpl"); SYMBOL_CRC(usbip_dump_urb, 0x0e168317, "_gpl"); SYMBOL_CRC(usbip_dump_header, 0xe1ea0586, "_gpl"); SYMBOL_CRC(usbip_recv, 0x55628d3b, "_gpl"); SYMBOL_CRC(usbip_pack_pdu, 0xb67a3238, "_gpl"); SYMBOL_CRC(usbip_header_correct_endian, 0xd02753dc, "_gpl"); SYMBOL_CRC(usbip_alloc_iso_desc_pdu, 0xd54d12ca, "_gpl"); SYMBOL_CRC(usbip_recv_iso, 0x2ac30448, "_gpl"); SYMBOL_CRC(usbip_pad_iso, 0x67e5fb44, "_gpl"); SYMBOL_CRC(usbip_recv_xbuff, 0xc0d110e6, "_gpl"); SYMBOL_CRC(usbip_start_eh, 0x97aeb085, "_gpl"); SYMBOL_CRC(usbip_stop_eh, 0xf16b3762, "_gpl"); SYMBOL_CRC(usbip_event_add, 0xb467d61c, "_gpl"); SYMBOL_CRC(usbip_event_happened, 0x680219aa, "_gpl"); SYMBOL_CRC(usbip_in_eh, 0x2d0ed3f9, "_gpl"); static const struct modversion_info ____versions[] __used __section("__versions") = { { 0x7696f8c7, "__list_add_valid_or_report" }, { 0x49cd25ed, "alloc_workqueue" }, { 0x65bccd6a, "param_ops_ulong" }, { 0x5a9f1d63, "memmove" }, { 0xc5b6f236, "queue_work_on" }, { 0x92540fbf, "finish_wait" }, { 0x37a0cba, "kfree" }, { 0x8c26d495, "prepare_to_wait_event" }, { 0xe2964344, "__wake_up" }, { 0x34db050b, "_raw_spin_lock_irqsave" }, { 0x5b61f0b5, "__dynamic_dev_dbg" }, { 0x122c3a7e, "_printk" }, { 0x1000e51, "schedule" }, { 0x167c5967, "print_hex_dump" }, { 0xfe487975, "init_wait_entry" }, { 0xd1005013, "_dev_err" }, { 0x8c03d20c, "destroy_workqueue" }, { 0x4dfa8d4b, "mutex_lock" }, { 0x285eeecf, "iov_iter_kvec" }, { 0x950eb34e, "__list_del_entry_valid_or_report" }, { 0xbcab6ee6, "sscanf" }, { 0xd35cce70, "_raw_spin_unlock_irqrestore" }, { 0x77ae495d, "usb_speed_string" }, { 0xdcb764ad, "memset" }, { 0xd9a5ea54, "__init_waitqueue_head" }, { 0x3c3ff9fd, "sprintf" }, { 0x3213f038, "mutex_unlock" }, { 0xfbe215e4, "sg_next" }, { 0x2cf56265, "__dynamic_pr_debug" }, { 0x9a73a2d9, "sock_recvmsg" }, { 0x29977925, "kmalloc_trace" }, { 0xeb233a45, "__kmalloc" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "");