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/score/inline/rtems/score/isr.inl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/score/inline/rtems/score/isr.inl') diff --git a/cpukit/score/inline/rtems/score/isr.inl b/cpukit/score/inline/rtems/score/isr.inl index 49fdea521a..c1641dd21f 100644 --- a/cpukit/score/inline/rtems/score/isr.inl +++ b/cpukit/score/inline/rtems/score/isr.inl @@ -33,7 +33,7 @@ * for this processor and FALSE otherwise. */ -RTEMS_INLINE_ROUTINE boolean _ISR_Is_vector_number_valid ( +RTEMS_INLINE_ROUTINE bool _ISR_Is_vector_number_valid ( uint32_t vector ) { @@ -45,7 +45,7 @@ RTEMS_INLINE_ROUTINE boolean _ISR_Is_vector_number_valid ( * use interrupt service routine and FALSE otherwise. */ -RTEMS_INLINE_ROUTINE boolean _ISR_Is_valid_user_handler ( +RTEMS_INLINE_ROUTINE bool _ISR_Is_valid_user_handler ( void *handler ) { -- cgit v1.2.3