From 30e2df697af65d82c24e4fd6e23a4c7b9666a814 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 21 Aug 2008 04:10:35 +0000 Subject: Include stdbool.h. Use bool as base-type for boolean. --- cpukit/score/cpu/h8300/rtems/score/types.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpukit/score/cpu/h8300/rtems/score/types.h') diff --git a/cpukit/score/cpu/h8300/rtems/score/types.h b/cpukit/score/cpu/h8300/rtems/score/types.h index c0556ef3f4..9299f1860d 100644 --- a/cpukit/score/cpu/h8300/rtems/score/types.h +++ b/cpukit/score/cpu/h8300/rtems/score/types.h @@ -21,6 +21,7 @@ #ifndef ASM +#include #include #ifdef __cplusplus @@ -33,7 +34,7 @@ extern "C" { typedef uint16_t Priority_Bit_map_control; -typedef uint32_t boolean; /* Boolean value */ +typedef bool boolean; /* Boolean value */ typedef float single_precision; /* single precision float */ typedef double double_precision; /* double precision float */ -- cgit v1.2.3