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