/include/linux/virtio_rng.h

https://github.com/airy09/android_kernel_sony_apq8064 · C Header · 8 lines · 5 code · 1 blank · 2 comment · 0 complexity · 70fe6485864c3f4b3d6708d805a096cd MD5 · raw file

  1. #ifndef _LINUX_VIRTIO_RNG_H
  2. #define _LINUX_VIRTIO_RNG_H
  3. /* This header is BSD licensed so anyone can use the definitions to implement
  4. * compatible drivers/servers. */
  5. #include <linux/virtio_ids.h>
  6. #include <linux/virtio_config.h>
  7. #endif /* _LINUX_VIRTIO_RNG_H */