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