|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
| #define | EDAC_VERSION "Ver: 3.0.0" |
Functions | |
| char * | edac_op_state_to_string (int opstate) |
| module_init (edac_init) | |
| module_exit (edac_exit) | |
| MODULE_LICENSE ("GPL") | |
| MODULE_AUTHOR ("Doug Thompson www.softwarebitmaker.com, et al") | |
| MODULE_DESCRIPTION ("Core library routines for EDAC reporting") | |
Variables | |
| struct workqueue_struct * | edac_workqueue |
| #define EDAC_VERSION "Ver: 3.0.0" |
Definition at line 18 of file edac_module.c.
Definition at line 32 of file edac_module.c.
| MODULE_AUTHOR | ( | "Doug Thompson www.softwarebitmaker. | com, |
| et al" | |||
| ) |
| module_exit | ( | edac_exit | ) |
| module_init | ( | edac_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| struct workqueue_struct* edac_workqueue |
Definition at line 27 of file edac_module.c.
1.8.2