summaryrefslogtreecommitdiff
path: root/inc/x86_64/efibind.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/x86_64/efibind.h')
-rw-r--r--inc/x86_64/efibind.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/inc/x86_64/efibind.h b/inc/x86_64/efibind.h
index b8c32c3..835e0b9 100644
--- a/inc/x86_64/efibind.h
+++ b/inc/x86_64/efibind.h
@@ -109,9 +109,13 @@ typedef int64_t INT64;
#endif
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;
#undef VOID