aboutsummaryrefslogtreecommitdiffstats
path: root/include/acpi/platform/acenvex.h
diff options
context:
space:
mode:
authorBob Moore <robert.moore@intel.com>2015-05-21 10:30:03 +0800
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2015-05-22 03:22:18 +0200
commitf38a437862c61530d014a55db082d6c906edd5df (patch)
tree340438d05f75c2b7ecda2b5cf125e4cdfc2de11e /include/acpi/platform/acenvex.h
parentACPICA: Divergence: Remove redundant definitions. (diff)
downloadlinux-dev-f38a437862c61530d014a55db082d6c906edd5df.tar.xz
linux-dev-f38a437862c61530d014a55db082d6c906edd5df.zip
ACPICA: Additional dragon_fly BSD support.
ACPICA commit 3e93431674abe947202b0f9a0afa7b625b17caa6 Makefiles and environment defines. This commit doesn't affect Linux builds. Link: https://github.com/acpica/acpica/commit/3e934316 Signed-off-by: Bob Moore <robert.moore@intel.com> Signed-off-by: Lv Zheng <lv.zheng@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to '')
-rw-r--r--include/acpi/platform/acenvex.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/acpi/platform/acenvex.h b/include/acpi/platform/acenvex.h
index 71e5ec5b07a3..14dc6f68ca18 100644
--- a/include/acpi/platform/acenvex.h
+++ b/include/acpi/platform/acenvex.h
@@ -56,6 +56,9 @@
#if defined(_LINUX) || defined(__linux__)
#include <acpi/platform/aclinuxex.h>
+#elif defined(__DragonFly__)
+#include "acdragonflyex.h"
+
#endif
/*! [End] no source code translation !*/