summaryrefslogtreecommitdiff
path: root/source/include/acpi.h
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2014-01-15 00:10:20 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2014-01-15 00:10:20 +0000
commit39f274c358ed4902e03f3785abb7d32d5ed2bfec (patch)
tree454f2ab26ed17be123260e9052adc018fef302dc /source/include/acpi.h
parent86e94f4ac956e0aed23de30c7a458d215f54749a (diff)
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__ */