aboutsummaryrefslogtreecommitdiff
path: root/src/arch/mips/include/stdint.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/mips/include/stdint.h')
-rw-r--r--src/arch/mips/include/stdint.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/arch/mips/include/stdint.h b/src/arch/mips/include/stdint.h
index 5c21fe6742..5095fa8c9f 100644
--- a/src/arch/mips/include/stdint.h
+++ b/src/arch/mips/include/stdint.h
@@ -94,6 +94,11 @@ typedef int8_t s8;
typedef int16_t s16;
typedef int32_t s32;
+typedef uint8_t bool;
+#define true 1
+#define false 0
+
+
#undef __HAVE_LONG_LONG__
#endif /* __MIPS_STDINT_H */