#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, "", ""); KSYMTAB_FUNC(ntb_msi_init, "", ""); KSYMTAB_FUNC(ntb_msi_setup_mws, "", ""); KSYMTAB_FUNC(ntb_msi_clear_mws, "", ""); KSYMTAB_FUNC(ntbm_msi_request_threaded_irq, "", ""); KSYMTAB_FUNC(ntbm_msi_free_irq, "", ""); KSYMTAB_FUNC(ntb_msi_peer_trigger, "", ""); KSYMTAB_FUNC(ntb_msi_peer_addr, "", ""); MODULE_INFO(depends, ""); MODULE_INFO(srcversion, "5A412D77824E7022E588C0B");