mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-18 19:43:43 -04:00
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>
This commit is contained in:
8
tools/virtio/linux/virtio_byteorder.h
Normal file
8
tools/virtio/linux/virtio_byteorder.h
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user