Lines 209-215
struct vring_used {
Link Here
|
209 |
#define VIRTIO_VENDOR 0x1AF4 |
209 |
#define VIRTIO_VENDOR 0x1AF4 |
210 |
#define VIRTIO_DEV_NET 0x1000 |
210 |
#define VIRTIO_DEV_NET 0x1000 |
211 |
#define VIRTIO_DEV_BLOCK 0x1001 |
211 |
#define VIRTIO_DEV_BLOCK 0x1001 |
212 |
#define VIRTIO_DEV_RANDOM 0x1002 |
212 |
#define VIRTIO_DEV_RANDOM 0x1005 |
213 |
|
213 |
|
214 |
/* |
214 |
/* |
215 |
* PCI config space constants. |
215 |
* PCI config space constants. |