mirror of
https://github.com/apache/nuttx.git
synced 2026-06-11 21:53:37 +08:00
60ab9ae37e
v9fs/virtio_9p.c:223:3: error: too few arguments to function 'virtio_negotiate_features' 223 | virtio_negotiate_features(vdev, 1 << VIRTIO_9P_MOUNT_TAG); v9fs/virtio_9p.c:245:9: error: too few arguments to function 'virtio_create_virtqueues' 245 | ret = virtio_create_virtqueues(vdev, 0, 1, vqname, callback); Signed-off-by: Yongrong Wang <wangyongrong@xiaomi.com>