https://github.com/torvalds/linux
Raw File
Tip revision: fec6c6fec3e20637bee5d276fb61dd8b49a3f9cc authored by Linus Torvalds on 04 March 2009, 01:05:22 UTC
Linux 2.6.29-rc7
Tip revision: fec6c6f
virtio_rng.h
#ifndef _LINUX_VIRTIO_RNG_H
#define _LINUX_VIRTIO_RNG_H
/* This header is BSD licensed so anyone can use the definitions to implement
 * compatible drivers/servers. */
#include <linux/virtio_config.h>

/* The ID for virtio_rng */
#define VIRTIO_ID_RNG	4

#endif /* _LINUX_VIRTIO_RNG_H */
back to top