summaryrefslogtreecommitdiffstats
path: root/sys/ia64/acpica
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2014-03-27 13:57:00 +0000
committeremaste <emaste@FreeBSD.org>2014-03-27 13:57:00 +0000
commit6ec1c037fdaa42ab3399dfa515a5567c35e73682 (patch)
tree177fb1503f8f35ef3cb1284a4eb5613c363008d3 /sys/ia64/acpica
parent4dc52363bb50ab3473a2764ea55458dc49a355cc (diff)
downloadFreeBSD-src-6ec1c037fdaa42ab3399dfa515a5567c35e73682.zip
FreeBSD-src-6ec1c037fdaa42ab3399dfa515a5567c35e73682.tar.gz
Move ia64 efi.h to sys in preparation for amd64 UEFI support
Prototypes specific to ia64 have been left in this file for now, under __ia64__, rather than moving them to a new header under sys/ia64. I anticipate that (some of) the corresponding functions will be shared by the amd64, arm64, i386, and ia64 architectures, and we can adjust this as EFI support on other than ia64 continues to develop. Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sys/ia64/acpica')
-rw-r--r--sys/ia64/acpica/OsdEnvironment.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ia64/acpica/OsdEnvironment.c b/sys/ia64/acpica/OsdEnvironment.c
index 60f2bb2..7aa281f 100644
--- a/sys/ia64/acpica/OsdEnvironment.c
+++ b/sys/ia64/acpica/OsdEnvironment.c
@@ -29,8 +29,8 @@
__FBSDID("$FreeBSD$");
#include <sys/types.h>
+#include <sys/efi.h>
#include <sys/sysctl.h>
-#include <machine/efi.h>
#include <contrib/dev/acpica/include/acpi.h>
OpenPOWER on IntegriCloud