|
Linux Kernel
3.7.1
|
#include <linux/err.h>#include <linux/hw_random.h>#include <linux/scatterlist.h>#include <linux/spinlock.h>#include <linux/virtio.h>#include <linux/virtio_rng.h>#include <linux/module.h>Go to the source code of this file.
Functions | |
| module_init (init) | |
| module_exit (fini) | |
| MODULE_DEVICE_TABLE (virtio, id_table) | |
| MODULE_DESCRIPTION ("Virtio random number driver") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_DEVICE_TABLE | ( | virtio | , |
| id_table | |||
| ) |
| module_exit | ( | fini | ) |
| module_init | ( | init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2