From 484a76996eeb65ad726b65946642516c70b3257b Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 4 Sep 2008 17:46:39 +0000 Subject: Convert to "bool". --- cpukit/rtems/include/rtems/rtems/config.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cpukit/rtems/include/rtems/rtems/config.h') diff --git a/cpukit/rtems/include/rtems/rtems/config.h b/cpukit/rtems/include/rtems/rtems/config.h index 4298e6a215..05b232482f 100644 --- a/cpukit/rtems/include/rtems/rtems/config.h +++ b/cpukit/rtems/include/rtems/rtems/config.h @@ -18,13 +18,13 @@ #ifndef _RTEMS_RTEMS_CONFIG_H #define _RTEMS_RTEMS_CONFIG_H +#include +#include + #ifdef __cplusplus extern "C" { #endif -#include -#include - /** * @defgroup ClassicConfig Classic API Configuration * @@ -51,7 +51,7 @@ typedef struct { * This field indicates whether Classic API notepads are * enabled or disabled. */ - boolean notepads_enabled; + bool notepads_enabled; /** * This field contains the maximum number of Classic API -- cgit v1.2.3