Convert to "bool".

This commit is contained in:
Ralf Corsepius
2008-09-05 04:16:29 +00:00
parent 765b0b5720
commit f128263bf4
2 changed files with 4 additions and 4 deletions

View File

@@ -19,10 +19,10 @@
#include <disc.h>
boolean
bool
nds_flash_probe (int minor)
{
return TRUE;
return true;
}
void

View File

@@ -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;
}
/*