summaryrefslogtreecommitdiff
path: root/tools/virtio/linux/virtio_byteorder.h
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2014-12-15 23:47:07 +0200
committerMichael S. Tsirkin <mst@redhat.com>2014-12-15 23:49:19 +0200
commit2d7ce0e8a704d1aedc4462817a4eade1c3b00fbe (patch)
tree2a1bbc31ee8c6c8fd11e62c5923245d9c9153ba7 /tools/virtio/linux/virtio_byteorder.h
parentd71de9ec6ba806104439d3a669befda84757b5af (diff)
tools/virtio: more stubs
As usual, add more stubs to fix test build after main codebase changes. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'tools/virtio/linux/virtio_byteorder.h')
-rw-r--r--tools/virtio/linux/virtio_byteorder.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/virtio/linux/virtio_byteorder.h b/tools/virtio/linux/virtio_byteorder.h
new file mode 100644
index 000000000000..9de9e6ac1d10
--- /dev/null
+++ b/tools/virtio/linux/virtio_byteorder.h
@@ -0,0 +1,8 @@
+#ifndef _LINUX_VIRTIO_BYTEORDER_STUB_H
+#define _LINUX_VIRTIO_BYTEORDER_STUB_H
+
+#include <asm/byteorder.h>
+#include "../../include/linux/byteorder/generic.h"
+#include "../../include/linux/virtio_byteorder.h"
+
+#endif