ACPI, APEI, HEST table parsing
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / include / acpi / apei.h
CommitLineData
9dc96664
HY
1/*
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