blob: c4d5de896f0c1b0fa1cd2d0b2e98dadf4a4d8b8f [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. */
Christian Borntraegere95646c2009-09-30 11:17:21 +02005#include <linux/virtio_ids.h>
Rusty Russellf7f510e2008-05-30 15:09:44 -05006#include <linux/virtio_config.h>
7
Rusty Russellf7f510e2008-05-30 15:09:44 -05008#endif /* _LINUX_VIRTIO_RNG_H */