From 2d7ce0e8a704d1aedc4462817a4eade1c3b00fbe Mon Sep 17 00:00:00 2001 From: "Michael S. Tsirkin" Date: Mon, 15 Dec 2014 23:47:07 +0200 Subject: tools/virtio: more stubs As usual, add more stubs to fix test build after main codebase changes. Signed-off-by: Michael S. Tsirkin --- tools/virtio/linux/virtio_byteorder.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tools/virtio/linux/virtio_byteorder.h (limited to 'tools/virtio/linux/virtio_byteorder.h') 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 +#include "../../include/linux/byteorder/generic.h" +#include "../../include/linux/virtio_byteorder.h" + +#endif -- cgit v1.2.3