forked from Imagelibrary/rtems
Convert to "bool".
This commit is contained in:
@@ -19,10 +19,10 @@
|
||||
|
||||
#include <disc.h>
|
||||
|
||||
boolean
|
||||
bool
|
||||
nds_flash_probe (int minor)
|
||||
{
|
||||
return TRUE;
|
||||
return true;
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
@@ -23,10 +23,10 @@ size_t RTC_Count = 1;
|
||||
* probe for a rtc. we always claim to have one.
|
||||
*/
|
||||
|
||||
boolean
|
||||
bool
|
||||
nds_rtc_probe (int minor)
|
||||
{
|
||||
return TRUE;
|
||||
return true;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user