summaryrefslogtreecommitdiffstats
path: root/gnu-efi-3.0/inc/efidef.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnu-efi-3.0/inc/efidef.h')
-rw-r--r--gnu-efi-3.0/inc/efidef.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu-efi-3.0/inc/efidef.h b/gnu-efi-3.0/inc/efidef.h
index db9bc71..666b193 100644
--- a/gnu-efi-3.0/inc/efidef.h
+++ b/gnu-efi-3.0/inc/efidef.h
@@ -23,7 +23,9 @@ Revision History
typedef UINT16 CHAR16;
typedef UINT8 CHAR8;
typedef UINT8 BOOLEAN;
-
+#ifndef CONST
+ #define CONST const
+#endif
#ifndef TRUE
#define TRUE ((BOOLEAN) 1)
#define FALSE ((BOOLEAN) 0)