From 8a6d48c0542876eb3acfc0970c0ab7872db08d5f Mon Sep 17 00:00:00 2001 From: Zheng Da Date: Sun, 6 Dec 2009 05:26:23 +0100 Subject: check in the original version of dde linux26. --- libdde_linux26/contrib/include/linux/virtio_rng.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 libdde_linux26/contrib/include/linux/virtio_rng.h (limited to 'libdde_linux26/contrib/include/linux/virtio_rng.h') 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 + +/* The ID for virtio_rng */ +#define VIRTIO_ID_RNG 4 + +#endif /* _LINUX_VIRTIO_RNG_H */ -- cgit v1.2.3