aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/acpi/apei.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/acpi/apei.h b/include/acpi/apei.h
index d40bc5521fcb..51a527d24a8a 100644
--- a/include/acpi/apei.h
+++ b/include/acpi/apei.h
@@ -18,7 +18,11 @@
18 18
19extern int hest_disable; 19extern int hest_disable;
20extern int erst_disable; 20extern int erst_disable;
21#ifdef CONFIG_ACPI_APEI_GHES
21extern int ghes_disable; 22extern int ghes_disable;
23#else
24#define ghes_disable 1
25#endif
22 26
23#ifdef CONFIG_ACPI_APEI 27#ifdef CONFIG_ACPI_APEI
24void __init acpi_hest_init(void); 28void __init acpi_hest_init(void);