X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fvirtio.h;h=96c78437d32fb00fa83f3b44eaf49c26d81613de;hb=1e079ec5c16199e63c9c5e0e346a0fdf47681f32;hp=4c069d8bd74038568acc37992c4eb111188f261b;hpb=2f92512982ce9672ec70838ac7f2eea4fdb1d534;p=pandora-kernel.git diff --git a/include/linux/virtio.h b/include/linux/virtio.h index 4c069d8bd740..96c78437d32f 100644 --- a/include/linux/virtio.h +++ b/include/linux/virtio.h @@ -96,6 +96,10 @@ void virtqueue_disable_cb(struct virtqueue *vq); bool virtqueue_enable_cb(struct virtqueue *vq); +unsigned virtqueue_enable_cb_prepare(struct virtqueue *vq); + +bool virtqueue_poll(struct virtqueue *vq, unsigned); + bool virtqueue_enable_cb_delayed(struct virtqueue *vq); void *virtqueue_detach_unused_buf(struct virtqueue *vq);