631a1ad2d108d27e350f27ad79445dea4ab45a33
[platform/adaptation/renesas_rcar/renesas_kernel.git] / include / acpi / apei.h
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