summaryrefslogtreecommitdiffstats
path: root/board/Marvell/include/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/Marvell/include/core.h')
-rw-r--r--board/Marvell/include/core.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/Marvell/include/core.h b/board/Marvell/include/core.h
index 081d5fd678..c41343919e 100644
--- a/board/Marvell/include/core.h
+++ b/board/Marvell/include/core.h
@@ -91,7 +91,10 @@ extern unsigned int INTERNAL_REG_BASE_ADDR;
#define _1G 0x40000000
#define _2G 0x80000000
+#ifndef BOOL_WAS_DEFINED
+#define BOOL_WAS_DEFINED
typedef enum _bool{false,true} bool;
+#endif
/* Little to Big endian conversion macros */
OpenPOWER on IntegriCloud