diff options
Diffstat (limited to 'sys/contrib/dev/acpica/Subsystem/Include/acefi.h')
-rw-r--r-- | sys/contrib/dev/acpica/Subsystem/Include/acefi.h | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/sys/contrib/dev/acpica/Subsystem/Include/acefi.h b/sys/contrib/dev/acpica/Subsystem/Include/acefi.h index 6875d04..58bd46a 100644 --- a/sys/contrib/dev/acpica/Subsystem/Include/acefi.h +++ b/sys/contrib/dev/acpica/Subsystem/Include/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__ */ |