summaryrefslogtreecommitdiffstats
path: root/include/acpi/ghes.h
Commit message (Collapse)AuthorAgeFilesLines
* ghes: add the needed hooks for EDAC error reportMauro Carvalho Chehab2013-02-251-0/+27
| | | | | | | | | | | | | | In order to allow reporting errors via EDAC, add hooks for: 1) register an EDAC driver; 2) unregister an EDAC driver; 3) report errors via EDAC. As the EDAC driver will need to access the ghes structure, adds it as one of the parameters for ghes_do_proc. Acked-by: Huang Ying <ying.huang@intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
* ghes: move structures/enum to a header fileMauro Carvalho Chehab2013-02-211-0/+45
As a ghes_edac driver will need to access ghes structures, in order to properly handle the errors, move those structures to a separate header file. No functional changes. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>