#include #include #include MODULE_INFO(name, KBUILD_MODNAME); __visible struct module __this_module __section(".gnu.linkonce.this_module") = { .name = KBUILD_MODNAME, .arch = MODULE_ARCH_INIT, }; MODULE_INFO(intree, "Y"); KSYMTAB_FUNC(vringh_kiov_advance, "", ""); KSYMTAB_FUNC(vringh_init_user, "", ""); KSYMTAB_FUNC(vringh_getdesc_user, "", ""); KSYMTAB_FUNC(vringh_iov_pull_user, "", ""); KSYMTAB_FUNC(vringh_iov_push_user, "", ""); KSYMTAB_FUNC(vringh_abandon_user, "", ""); KSYMTAB_FUNC(vringh_complete_user, "", ""); KSYMTAB_FUNC(vringh_complete_multi_user, "", ""); KSYMTAB_FUNC(vringh_notify_enable_user, "", ""); KSYMTAB_FUNC(vringh_notify_disable_user, "", ""); KSYMTAB_FUNC(vringh_need_notify_user, "", ""); KSYMTAB_FUNC(vringh_init_kern, "", ""); KSYMTAB_FUNC(vringh_getdesc_kern, "", ""); KSYMTAB_FUNC(vringh_iov_pull_kern, "", ""); KSYMTAB_FUNC(vringh_iov_push_kern, "", ""); KSYMTAB_FUNC(vringh_abandon_kern, "", ""); KSYMTAB_FUNC(vringh_complete_kern, "", ""); KSYMTAB_FUNC(vringh_notify_enable_kern, "", ""); KSYMTAB_FUNC(vringh_notify_disable_kern, "", ""); KSYMTAB_FUNC(vringh_need_notify_kern, "", ""); KSYMTAB_FUNC(vringh_init_iotlb, "", ""); KSYMTAB_FUNC(vringh_init_iotlb_va, "", ""); KSYMTAB_FUNC(vringh_set_iotlb, "", ""); KSYMTAB_FUNC(vringh_getdesc_iotlb, "", ""); KSYMTAB_FUNC(vringh_iov_pull_iotlb, "", ""); KSYMTAB_FUNC(vringh_iov_push_iotlb, "", ""); KSYMTAB_FUNC(vringh_abandon_iotlb, "", ""); KSYMTAB_FUNC(vringh_complete_iotlb, "", ""); KSYMTAB_FUNC(vringh_notify_enable_iotlb, "", ""); KSYMTAB_FUNC(vringh_notify_disable_iotlb, "", ""); KSYMTAB_FUNC(vringh_need_notify_iotlb, "", ""); MODULE_INFO(depends, "vhost_iotlb"); MODULE_INFO(srcversion, "BD96626CBBD2CEDEE68185C");