blob: 631a1ad2d108d27e350f27ad79445dea4ab45a33 [file] [log] [blame]
Huang Ying9dc96662010-05-18 14:35:13 +08001/*
2 * apei.h - ACPI Platform Error Interface
3 */
4
5#ifndef ACPI_APEI_H
6#define ACPI_APEI_H
7
8extern int hest_disable;
9
10typedef int (*apei_hest_func_t)(struct acpi_hest_header *hest_hdr, void *data);
11int apei_hest_parse(apei_hest_func_t func, void *data);
12
13#endif