ACPI, APEI, HEST table parsing
[deliverable/linux.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
This page took 0.031903 seconds and 5 git commands to generate.