summaryrefslogtreecommitdiff
path: root/hw/virtio.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/virtio.h')
-rw-r--r--hw/virtio.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/hw/virtio.h b/hw/virtio.h
index 0aa3b09c4f..83511e2cb0 100644
--- a/hw/virtio.h
+++ b/hw/virtio.h
@@ -17,15 +17,6 @@
#include "hw.h"
#include "pci.h"
-#ifdef _WIN32
-struct iovec {
- void *iov_base;
- size_t iov_len;
-};
-#else
-#include <sys/uio.h>
-#endif
-
/* from Linux's linux/virtio_config.h */
/* Status byte for guest to report progress, and synchronize features. */