2008-05-31 04:09:44 +08:00
|
|
|
#ifndef _LINUX_VIRTIO_RNG_H
|
|
|
|
#define _LINUX_VIRTIO_RNG_H
|
2008-07-26 01:06:03 +08:00
|
|
|
/* This header is BSD licensed so anyone can use the definitions to implement
|
|
|
|
* compatible drivers/servers. */
|
2009-09-30 17:17:21 +08:00
|
|
|
#include <linux/virtio_ids.h>
|
2008-05-31 04:09:44 +08:00
|
|
|
#include <linux/virtio_config.h>
|
|
|
|
|
|
|
|
#endif /* _LINUX_VIRTIO_RNG_H */
|