#include #include #include 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"); 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", ""); MODULE_INFO(depends, "");