blob: 1a85dab8a940c31b66cb1a5a36de381418b20739 [file] [log] [blame]
Rusty Russellf7f510e2008-05-30 15:09:44 -05001#ifndef _LINUX_VIRTIO_RNG_H
2#define _LINUX_VIRTIO_RNG_H
Rusty Russell674bfc22008-07-25 12:06:03 -05003/* This header is BSD licensed so anyone can use the definitions to implement
4 * compatible drivers/servers. */
Rusty Russellf7f510e2008-05-30 15:09:44 -05005#include <linux/virtio_config.h>
6
7/* The ID for virtio_rng */
8#define VIRTIO_ID_RNG 4
9
10#endif /* _LINUX_VIRTIO_RNG_H */