summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/mbx8xx/startup/bspstart.c.nocache
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-09-06 17:36:55 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-09-06 17:36:55 +0000
commit39d08d55e94d63aa0d4dd7281764a170382ae930 (patch)
tree19514ed39634459e482decfd2cfcb778bfcdc77e /c/src/lib/libbsp/powerpc/mbx8xx/startup/bspstart.c.nocache
parent2008-09-06 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-39d08d55e94d63aa0d4dd7281764a170382ae930.tar.bz2
Convert to "bool".
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/powerpc/mbx8xx/startup/bspstart.c.nocache8
1 files changed, 4 insertions, 4 deletions
diff --git a/c/src/lib/libbsp/powerpc/mbx8xx/startup/bspstart.c.nocache b/c/src/lib/libbsp/powerpc/mbx8xx/startup/bspstart.c.nocache
index a943e9e4d0..b2555e2d15 100644
--- a/c/src/lib/libbsp/powerpc/mbx8xx/startup/bspstart.c.nocache
+++ b/c/src/lib/libbsp/powerpc/mbx8xx/startup/bspstart.c.nocache
@@ -29,13 +29,13 @@
*/
uint32_t bsp_clicks_per_usec;
uint32_t bsp_serial_per_sec; /* Serial clocks per second */
-boolean bsp_serial_external_clock;
-boolean bsp_serial_xon_xoff;
-boolean bsp_serial_cts_rts;
+bool bsp_serial_external_clock;
+bool bsp_serial_xon_xoff;
+bool bsp_serial_cts_rts;
uint32_t bsp_serial_rate;
uint32_t bsp_timer_average_overhead; /* Average overhead of timer in ticks */
uint32_t bsp_timer_least_valid; /* Least valid number from timer */
-boolean bsp_timer_internal_clock; /* TRUE, when timer runs with CPU clk */
+bool bsp_timer_internal_clock; /* TRUE, when timer runs with CPU clk */
/*
* Use the shared implementations of the following routines.