summaryrefslogtreecommitdiffstats
path: root/include/xyzModem.h
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/xyzModem.h
parent144f7795eefae2997dbac461fc150fe9bd9057c8 (diff)
downloadtalos-obmc-uboot-966083e95f5ba2bf4a1723b19313e69c14b60092.tar.gz
talos-obmc-uboot-966083e95f5ba2bf4a1723b19313e69c14b60092.zip
More code cleanup
Diffstat (limited to 'include/xyzModem.h')
-rw-r--r--include/xyzModem.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/xyzModem.h b/include/xyzModem.h
index 4ec10b5a37..f437bbd0bd 100644
--- a/include/xyzModem.h
+++ b/include/xyzModem.h
@@ -97,7 +97,10 @@ typedef struct {
#endif
} connection_info_t;
+#ifndef BOOL_WAS_DEFINED
+#define BOOL_WAS_DEFINED
typedef unsigned int bool;
+#endif
#define false 0
#define true 1
OpenPOWER on IntegriCloud