forked from Imagelibrary/rtems
Convert to "bool".
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 * );
|
||||
|
||||
Reference in New Issue
Block a user