mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-06 07:33:17 +00:00
Convert to "bool".
This commit is contained in:
@@ -19,10 +19,10 @@
|
|||||||
|
|
||||||
#include <disc.h>
|
#include <disc.h>
|
||||||
|
|
||||||
boolean
|
bool
|
||||||
nds_flash_probe (int minor)
|
nds_flash_probe (int minor)
|
||||||
{
|
{
|
||||||
return TRUE;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|||||||
@@ -23,10 +23,10 @@ size_t RTC_Count = 1;
|
|||||||
* probe for a rtc. we always claim to have one.
|
* probe for a rtc. we always claim to have one.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
boolean
|
bool
|
||||||
nds_rtc_probe (int minor)
|
nds_rtc_probe (int minor)
|
||||||
{
|
{
|
||||||
return TRUE;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user