xref: /openbmc/qemu/subprojects/libvduse/standard-headers/linux/virtio_rng.h (revision 0048fa6c807fc8fb5c52873562ea3debfa65f085)
1*9fbe302bSMichael S. Tsirkin #ifndef _LINUX_VIRTIO_RNG_H
2*9fbe302bSMichael S. Tsirkin #define _LINUX_VIRTIO_RNG_H
3*9fbe302bSMichael S. Tsirkin /* This header is BSD licensed so anyone can use the definitions to implement
4*9fbe302bSMichael S. Tsirkin  * compatible drivers/servers. */
5*9fbe302bSMichael S. Tsirkin #include "standard-headers/linux/virtio_ids.h"
6*9fbe302bSMichael S. Tsirkin #include "standard-headers/linux/virtio_config.h"
7*9fbe302bSMichael S. Tsirkin 
8*9fbe302bSMichael S. Tsirkin #endif /* _LINUX_VIRTIO_RNG_H */
9