|
Linux Kernel
3.7.1
|
#include <linux/sched.h>#include <linux/module.h>#include <linux/fs.h>#include <linux/interrupt.h>#include <linux/miscdevice.h>#include <linux/delay.h>#include <asm/uaccess.h>#include <irq_kern.h>#include <os.h>Go to the source code of this file.
Macros | |
| #define | RNG_VERSION "1.0.0" |
| #define | RNG_MODULE_NAME "hw_random" |
| #define | RNG_MISCDEV_MINOR 183 /* official */ |
Functions | |
| module_init (rng_init) | |
| module_exit (rng_cleanup) | |
| MODULE_DESCRIPTION ("UML Host Random Number Generator (RNG) driver") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_DESCRIPTION | ( | "UML Host Random Number Generator (RNG) driver" | ) |
| module_exit | ( | rng_cleanup | ) |
| module_init | ( | rng_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2