#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(vhost_iotlb_map_free, "_gpl", ""); KSYMTAB_FUNC(vhost_iotlb_add_range_ctx, "_gpl", ""); KSYMTAB_FUNC(vhost_iotlb_add_range, "_gpl", ""); KSYMTAB_FUNC(vhost_iotlb_del_range, "_gpl", ""); KSYMTAB_FUNC(vhost_iotlb_init, "_gpl", ""); KSYMTAB_FUNC(vhost_iotlb_alloc, "_gpl", ""); KSYMTAB_FUNC(vhost_iotlb_reset, "_gpl", ""); KSYMTAB_FUNC(vhost_iotlb_free, "_gpl", ""); KSYMTAB_FUNC(vhost_iotlb_itree_first, "_gpl", ""); KSYMTAB_FUNC(vhost_iotlb_itree_next, "_gpl", ""); MODULE_INFO(depends, ""); MODULE_INFO(srcversion, "296B63318D245963CFD0B8B");