#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_FUNC(__ntb_register_client, "", ""); KSYMTAB_FUNC(ntb_unregister_client, "", ""); KSYMTAB_FUNC(ntb_register_device, "", ""); KSYMTAB_FUNC(ntb_unregister_device, "", ""); KSYMTAB_FUNC(ntb_set_ctx, "", ""); KSYMTAB_FUNC(ntb_clear_ctx, "", ""); KSYMTAB_FUNC(ntb_link_event, "", ""); KSYMTAB_FUNC(ntb_db_event, "", ""); KSYMTAB_FUNC(ntb_msg_event, "", ""); KSYMTAB_FUNC(ntb_default_port_number, "", ""); KSYMTAB_FUNC(ntb_default_peer_port_count, "", ""); KSYMTAB_FUNC(ntb_default_peer_port_number, "", ""); KSYMTAB_FUNC(ntb_default_peer_port_idx, "", ""); MODULE_INFO(depends, ""); MODULE_INFO(srcversion, "DDFC62B89293CAA847335B3");