summaryrefslogtreecommitdiff
path: root/tools/virtio/linux/virtio_byteorder.h
diff options
context:
space:
mode:
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