From 5d42c1b7bc038bf9cb2a8acdeb5a93005c9693f8 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 5 Sep 2008 02:00:15 +0000 Subject: Convert to "bool". --- cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cpukit/score/cpu/powerpc/rtems/new-exceptions') diff --git a/cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h b/cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h index 9ead8b95fc..649019fbd9 100644 --- a/cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h +++ b/cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h @@ -208,10 +208,10 @@ SCORE_EXTERN void *_CPU_Interrupt_stack_high; #ifndef ASM SCORE_EXTERN struct { - uint32_t *Disable_level; - void *Stack; - volatile boolean *Switch_necessary; - boolean *Signal; + uint32_t *Disable_level; + void *Stack; + volatile bool *Switch_necessary; + bool *Signal; } _CPU_IRQ_info CPU_STRUCTURE_ALIGNMENT; -- cgit v1.2.3