summaryrefslogtreecommitdiffstats
path: root/include/galileo
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2006-07-21 15:24:56 +0200
committerWolfgang Denk <wd@pollux.denx.de>2006-07-21 15:24:56 +0200
commit966083e95f5ba2bf4a1723b19313e69c14b60092 (patch)
tree511a1ed8d7147e38a8437a2afa26dcc221b0c471 /include/galileo
parent144f7795eefae2997dbac461fc150fe9bd9057c8 (diff)
downloadblackbird-obmc-uboot-966083e95f5ba2bf4a1723b19313e69c14b60092.tar.gz
blackbird-obmc-uboot-966083e95f5ba2bf4a1723b19313e69c14b60092.zip
More code cleanup
Diffstat (limited to 'include/galileo')
-rw-r--r--include/galileo/core.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/galileo/core.h b/include/galileo/core.h
index 0735d075b3..49f4dd2d21 100644
--- a/include/galileo/core.h
+++ b/include/galileo/core.h
@@ -110,7 +110,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