#include "qemu/osdep.h"
#include "hw/virtio/vhost.h"

bool vhost_has_free_slot(void)
{
    return true;
}