diff options
Diffstat (limited to 'libdde_linux26/contrib/include/linux/virtio_rng.h')
-rw-r--r-- | libdde_linux26/contrib/include/linux/virtio_rng.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libdde_linux26/contrib/include/linux/virtio_rng.h b/libdde_linux26/contrib/include/linux/virtio_rng.h new file mode 100644 index 00000000..1a85dab8 --- /dev/null +++ b/libdde_linux26/contrib/include/linux/virtio_rng.h @@ -0,0 +1,10 @@ +#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 <linux/virtio_config.h> + +/* The ID for virtio_rng */ +#define VIRTIO_ID_RNG 4 + +#endif /* _LINUX_VIRTIO_RNG_H */ |