7 lines
82 B
C
7 lines
82 B
C
|
#include "hw/virtio/vhost.h"
|
||
|
|
||
|
bool vhost_has_free_slot(void)
|
||
|
{
|
||
|
return true;
|
||
|
}
|