Convert to "bool".

This commit is contained in:
Ralf Corsepius
2008-09-07 03:18:29 +00:00
parent a0d7578489
commit e8d4c79790
2 changed files with 3 additions and 3 deletions

View File

@@ -22,8 +22,8 @@
void MPCI_Fatal(
Internal_errors_Source source,
boolean is_internal,
uint32_t error
bool is_internal,
uint32_t error
)
{
/* Eventually need to attempt to broadcast a K_FATAL message

View File

@@ -480,7 +480,7 @@ void Shm_Locked_queue_Initialize(
/* portable routines */
void Init_env_pool( void );
void Shm_Print_statistics( void );
void MPCI_Fatal( Internal_errors_Source, boolean, uint32_t);
void MPCI_Fatal( Internal_errors_Source, bool, uint32_t);
rtems_task Shm_Cause_interrupt( uint32_t );
void Shm_install_timer( void );
void Shm_Convert_packet( rtems_packet_prefix * );