|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/init.h>#include <linux/interrupt.h>#include <linux/io.h>#include <linux/edac.h>#include <linux/gfp.h>#include "edac_core.h"#include "edac_module.h"#include "mv64x60_edac.h"Go to the source code of this file.
Functions | |
| module_init (mv64x60_edac_init) | |
| module_exit (mv64x60_edac_exit) | |
| MODULE_LICENSE ("GPL") | |
| MODULE_AUTHOR ("Montavista Software, Inc.") | |
| module_param (edac_op_state, int, 0444) | |
| MODULE_PARM_DESC (edac_op_state,"EDAC Error Reporting state: 0=Poll, 2=Interrupt") | |
| MODULE_AUTHOR | ( | "Montavista | Software, |
| Inc." | |||
| ) |
| module_exit | ( | mv64x60_edac_exit | ) |
| module_init | ( | mv64x60_edac_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| module_param | ( | edac_op_state | , |
| int | , | ||
| 0444 | |||
| ) |
| MODULE_PARM_DESC | ( | edac_op_state | , |
| "EDAC Error Reporting state: | 0 = Poll |
||
| ) |
1.8.2