diff options
| author | Michael S. Tsirkin <mst@redhat.com> | 2015-02-16 22:35:31 +0100 |
|---|---|---|
| committer | Michael S. Tsirkin <mst@redhat.com> | 2015-02-26 12:42:21 +0100 |
| commit | 9fbe302b2a4c349c1a8fa93a3f79f08e7007d80c (patch) | |
| tree | 6f5af59a51c6d31a201c62df137801de7f7022fb /include/standard-headers/linux/virtio_rng.h | |
| parent | 1ff0b555d3c6ba291adf0c4c76e222acfeb52f1d (diff) | |
| download | focaccia-qemu-9fbe302b2a4c349c1a8fa93a3f79f08e7007d80c.tar.gz focaccia-qemu-9fbe302b2a4c349c1a8fa93a3f79f08e7007d80c.zip | |
include: import virtio headers from linux 4.0
Add files imported from linux-next (what will become linux 4.0) using scripts/update-linux-headers.sh Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'include/standard-headers/linux/virtio_rng.h')
| -rw-r--r-- | include/standard-headers/linux/virtio_rng.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/standard-headers/linux/virtio_rng.h b/include/standard-headers/linux/virtio_rng.h new file mode 100644 index 0000000000..60fc798bde --- /dev/null +++ b/include/standard-headers/linux/virtio_rng.h @@ -0,0 +1,8 @@ +#ifndef _LINUX_VIRTIO_RNG_H +#define _LINUX_VIRTIO_RNG_H +/* This header is BSD licensed so anyone can use the definitions to implement + * compatible drivers/servers. */ +#include "standard-headers/linux/virtio_ids.h" +#include "standard-headers/linux/virtio_config.h" + +#endif /* _LINUX_VIRTIO_RNG_H */ |