#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(vhost_work_init, "_gpl", ""); KSYMTAB_FUNC(vhost_poll_init, "_gpl", ""); KSYMTAB_FUNC(vhost_poll_start, "_gpl", ""); KSYMTAB_FUNC(vhost_poll_stop, "_gpl", ""); KSYMTAB_FUNC(vhost_vq_work_queue, "_gpl", ""); KSYMTAB_FUNC(vhost_dev_flush, "_gpl", ""); KSYMTAB_FUNC(vhost_vq_has_work, "_gpl", ""); KSYMTAB_FUNC(vhost_poll_queue, "_gpl", ""); KSYMTAB_FUNC(vhost_vq_is_setup, "_gpl", ""); KSYMTAB_FUNC(vhost_exceeds_weight, "_gpl", ""); KSYMTAB_FUNC(vhost_dev_init, "_gpl", ""); KSYMTAB_FUNC(vhost_dev_check_owner, "_gpl", ""); KSYMTAB_FUNC(vhost_dev_has_owner, "_gpl", ""); KSYMTAB_FUNC(vhost_worker_ioctl, "_gpl", ""); KSYMTAB_FUNC(vhost_dev_set_owner, "_gpl", ""); KSYMTAB_FUNC(vhost_dev_reset_owner_prepare, "_gpl", ""); KSYMTAB_FUNC(vhost_dev_reset_owner, "_gpl", ""); KSYMTAB_FUNC(vhost_dev_stop, "_gpl", ""); KSYMTAB_FUNC(vhost_clear_msg, "_gpl", ""); KSYMTAB_FUNC(vhost_dev_cleanup, "_gpl", ""); KSYMTAB_FUNC(vhost_chr_write_iter, "", ""); KSYMTAB_FUNC(vhost_chr_poll, "", ""); KSYMTAB_FUNC(vhost_chr_read_iter, "_gpl", ""); KSYMTAB_FUNC(vq_meta_prefetch, "_gpl", ""); KSYMTAB_FUNC(vhost_log_access_ok, "_gpl", ""); KSYMTAB_FUNC(vhost_vq_access_ok, "_gpl", ""); KSYMTAB_FUNC(vhost_vring_ioctl, "_gpl", ""); KSYMTAB_FUNC(vhost_init_device_iotlb, "_gpl", ""); KSYMTAB_FUNC(vhost_dev_ioctl, "_gpl", ""); KSYMTAB_FUNC(vhost_log_write, "_gpl", ""); KSYMTAB_FUNC(vhost_vq_init_access, "_gpl", ""); KSYMTAB_FUNC(vhost_get_vq_desc, "_gpl", ""); KSYMTAB_FUNC(vhost_discard_vq_desc, "_gpl", ""); KSYMTAB_FUNC(vhost_add_used, "_gpl", ""); KSYMTAB_FUNC(vhost_add_used_n, "_gpl", ""); KSYMTAB_FUNC(vhost_signal, "_gpl", ""); KSYMTAB_FUNC(vhost_add_used_and_signal, "_gpl", ""); KSYMTAB_FUNC(vhost_add_used_and_signal_n, "_gpl", ""); KSYMTAB_FUNC(vhost_vq_avail_empty, "_gpl", ""); KSYMTAB_FUNC(vhost_enable_notify, "_gpl", ""); KSYMTAB_FUNC(vhost_disable_notify, "_gpl", ""); KSYMTAB_FUNC(vhost_new_msg, "_gpl", ""); KSYMTAB_FUNC(vhost_enqueue_msg, "_gpl", ""); KSYMTAB_FUNC(vhost_dequeue_msg, "_gpl", ""); KSYMTAB_FUNC(vhost_set_backend_features, "_gpl", ""); MODULE_INFO(depends, "vhost_iotlb"); MODULE_INFO(srcversion, "EEA0F6DBC2C7DD4874C288A");