Huang Ying | 9dc9666 | 2010-05-18 14:35:13 +0800 | [diff] [blame^] | 1 | /* |
2 | * apei.h - ACPI Platform Error Interface | ||||
3 | */ | ||||
4 | |||||
5 | #ifndef ACPI_APEI_H | ||||
6 | #define ACPI_APEI_H | ||||
7 | |||||
8 | extern int hest_disable; | ||||
9 | |||||
10 | typedef int (*apei_hest_func_t)(struct acpi_hest_header *hest_hdr, void *data); | ||||
11 | int apei_hest_parse(apei_hest_func_t func, void *data); | ||||
12 | |||||
13 | #endif |