Blame view

include/linux/virtio_rng.h 265 Bytes
f7f510ec1   Rusty Russell   virtio: An entrop...
1
2
  #ifndef _LINUX_VIRTIO_RNG_H
  #define _LINUX_VIRTIO_RNG_H
674bfc23c   Rusty Russell   virtio: clarify t...
3
4
  /* This header is BSD licensed so anyone can use the definitions to implement
   * compatible drivers/servers. */
e95646c3e   Christian Borntraeger   virtio: let heade...
5
  #include <linux/virtio_ids.h>
f7f510ec1   Rusty Russell   virtio: An entrop...
6
  #include <linux/virtio_config.h>
f7f510ec1   Rusty Russell   virtio: An entrop...
7
  #endif /* _LINUX_VIRTIO_RNG_H */