|
Linux Kernel
3.7.1
|
#include <linux/edac.h>#include <linux/module.h>#include <linux/init.h>#include <linux/platform_device.h>#include <linux/stop_machine.h>#include <linux/io.h>#include <asm/machdep.h>#include <asm/cell-regs.h>#include "edac_core.h"Go to the source code of this file.
Data Structures | |
| struct | cell_edac_priv |
Functions | |
| module_init (cell_edac_init) | |
| module_exit (cell_edac_exit) | |
| MODULE_LICENSE ("GPL") | |
| MODULE_AUTHOR ("Benjamin Herrenschmidt <[email protected]>") | |
| MODULE_DESCRIPTION ("ECC counting for Cell MIC") | |
| MODULE_AUTHOR | ( | "Benjamin Herrenschmidt <[email protected]>" | ) |
| module_exit | ( | cell_edac_exit | ) |
| module_init | ( | cell_edac_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2