X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fvirtio_config.h;h=f364bbf63c3413547738ae4028b399577bc76650;hb=b4f68be6c5d507afdcd74f5be3df0b1209cda503;hp=71d6c102497e1957c5374f926c437c51758c8894;hpb=7757f09c70af87887dfc195e6d6ddd54f5cc7c39;p=linux-2.6-omap-h63xx.git diff --git a/include/linux/virtio_config.h b/include/linux/virtio_config.h index 71d6c102497..f364bbf63c3 100644 --- a/include/linux/virtio_config.h +++ b/include/linux/virtio_config.h @@ -15,6 +15,10 @@ /* We've given up on this device. */ #define VIRTIO_CONFIG_S_FAILED 0x80 +/* Do we get callbacks when the ring is completely used, even if we've + * suppressed them? */ +#define VIRTIO_F_NOTIFY_ON_EMPTY 24 + #ifdef __KERNEL__ #include