diff options
Diffstat (limited to 'kernel/tools/virtio/linux/virtio_byteorder.h')
-rw-r--r-- | kernel/tools/virtio/linux/virtio_byteorder.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/kernel/tools/virtio/linux/virtio_byteorder.h b/kernel/tools/virtio/linux/virtio_byteorder.h new file mode 100644 index 000000000..9de9e6ac1 --- /dev/null +++ b/kernel/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 |