aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/dev/acpica/acefi.h
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>2000-12-01 09:36:25 +0000
committerMike Smith <msmith@FreeBSD.org>2000-12-01 09:36:25 +0000
commitf2ed5750af4c77d9075ddf1c28ecfdea8c12c6ae (patch)
tree7c849b394b62ba086bc123f7a780a33169a79fe8 /sys/contrib/dev/acpica/acefi.h
parent926328c40640129470e712faa4614b6a317c00a9 (diff)
downloadsrc-f2ed5750af4c77d9075ddf1c28ecfdea8c12c6ae.tar.gz
src-f2ed5750af4c77d9075ddf1c28ecfdea8c12c6ae.zip
Update to the 20001115 Intel ACPI CA snapshot.
Notes
Notes: svn path=/vendor-sys/acpica/dist/; revision=69450
Diffstat (limited to 'sys/contrib/dev/acpica/acefi.h')
-rw-r--r--sys/contrib/dev/acpica/acefi.h13
1 files changed, 11 insertions, 2 deletions
diff --git a/sys/contrib/dev/acpica/acefi.h b/sys/contrib/dev/acpica/acefi.h
index 6875d04d072d..58bd46a9725b 100644
--- a/sys/contrib/dev/acpica/acefi.h
+++ b/sys/contrib/dev/acpica/acefi.h
@@ -1,7 +1,7 @@
/******************************************************************************
*
* Name: acefi.h - OS specific defines, etc.
- * $Revision: 1 $
+ * $Revision: 3 $
*
*****************************************************************************/
@@ -123,5 +123,14 @@
#include <efistdarg.h>
#include <efilib.h>
+#undef UINT8
+#undef BOOLEAN
+#undef UCHAR
+#undef UINT16
+#undef INT32
+#undef UINT32
+#undef INT64
+#undef UINT64
-#endif /* __ACEFI_H__ */ \ No newline at end of file
+
+#endif /* __ACEFI_H__ */