|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
| #define | MODULE_NAME "pseries-rng" |
Functions | |
| MODULE_DEVICE_TABLE (vio, pseries_rng_driver_ids) | |
| module_init (rng_init) | |
| module_exit (rng_exit) | |
| MODULE_LICENSE ("GPL") | |
| MODULE_AUTHOR ("Michael Neuling <[email protected]>") | |
| MODULE_DESCRIPTION ("H/W RNG driver for IBM pSeries processors") | |
| #define MODULE_NAME "pseries-rng" |
Definition at line 24 of file pseries-rng.c.
| MODULE_AUTHOR | ( | "Michael Neuling <[email protected]>" | ) |
| MODULE_DEVICE_TABLE | ( | vio | , |
| pseries_rng_driver_ids | |||
| ) |
| module_exit | ( | rng_exit | ) |
| module_init | ( | rng_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2