diff options
Diffstat (limited to 'hw/virtio-net.h')
-rw-r--r-- | hw/virtio-net.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hw/virtio-net.h b/hw/virtio-net.h index 235f1a9..46a2e1c 100644 --- a/hw/virtio-net.h +++ b/hw/virtio-net.h @@ -49,6 +49,11 @@ #define TX_TIMER_INTERVAL 150000 /* 150 us */ +typedef struct virtio_net_conf +{ + uint32_t txtimer; +} virtio_net_conf; + /* Maximum packet size we can receive from tap device: header + 64k */ #define VIRTIO_NET_MAX_BUFSIZE (sizeof(struct virtio_net_hdr) + (64 << 10)) |