2008-05-31 00:09:44 +04:00
|
|
|
#ifndef _LINUX_VIRTIO_RNG_H
|
|
|
|
#define _LINUX_VIRTIO_RNG_H
|
2008-07-25 21:06:03 +04:00
|
|
|
/* This header is BSD licensed so anyone can use the definitions to implement
|
|
|
|
* compatible drivers/servers. */
|
2008-05-31 00:09:44 +04:00
|
|
|
#include <linux/virtio_config.h>
|
|
|
|
|
|
|
|
/* The ID for virtio_rng */
|
|
|
|
#define VIRTIO_ID_RNG 4
|
|
|
|
|
|
|
|
#endif /* _LINUX_VIRTIO_RNG_H */
|