aboutsummaryrefslogtreecommitdiff
path: root/source/include/acpi.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/include/acpi.h')
-rw-r--r--source/include/acpi.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/include/acpi.h b/source/include/acpi.h
index b9b1a702ef71..8c65613529b2 100644
--- a/source/include/acpi.h
+++ b/source/include/acpi.h
@@ -5,7 +5,7 @@
*****************************************************************************/
/*
- * Copyright (C) 2000 - 2013, Intel Corp.
+ * Copyright (C) 2000 - 2014, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -62,5 +62,8 @@
#include "acrestyp.h" /* Resource Descriptor structs */
#include "acpiosxf.h" /* OSL interfaces (ACPICA-to-OS) */
#include "acpixf.h" /* ACPI core subsystem external interfaces */
+#ifdef ACPI_NATIVE_INTERFACE_HEADER
+#include ACPI_NATIVE_INTERFACE_HEADER
+#endif
#endif /* __ACPI_H__ */