June 2025 | ||||||
Mo | Tu | We | Th | Fr | Sa | Su |
26 | 27 | 28 | 29 | 30 | 31 | 1 |
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 1 | 2 | 3 | 4 | 5 | 6 |
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: 8: #endif /* _LINUX_VIRTIO_RNG_H */ 9: