summaryrefslogtreecommitdiff
path: root/inc/ia64/efibind.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/ia64/efibind.h')
-rw-r--r--inc/ia64/efibind.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/inc/ia64/efibind.h b/inc/ia64/efibind.h
index 3ace8d5..ebe8cac 100644
--- a/inc/ia64/efibind.h
+++ b/inc/ia64/efibind.h
@@ -74,18 +74,25 @@ Revision History
#ifndef __WCHAR_TYPE__
# define __WCHAR_TYPE__ short
#endif
-
+#ifndef __CHAR16_TYPE__
+# define __CHAR16_TYPE__ unsigned short
+#endif
typedef uint64_t UINT64;
typedef int64_t INT64;
+
typedef uint32_t UINT32;
typedef int32_t INT32;
+
typedef uint16_t UINT16;
+typedef __CHAR16_TYPE__ CHAR16;
typedef int16_t INT16;
+
typedef uint8_t UINT8;
+typedef char CHAR8;
typedef int8_t INT8;
-typedef __WCHAR_TYPE__ WCHAR;
+typedef __WCHAR_TYPE__ WCHAR;
#undef VOID
#define VOID void