summaryrefslogtreecommitdiffstats
path: root/doc/bsp_howto/rtc.t
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bsp_howto/rtc.t')
-rw-r--r--doc/bsp_howto/rtc.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/bsp_howto/rtc.t b/doc/bsp_howto/rtc.t
index a5844e3d67..7cb19f4ee3 100644
--- a/doc/bsp_howto/rtc.t
+++ b/doc/bsp_howto/rtc.t
@@ -46,7 +46,7 @@ the DMV177's @code{RTC_Table} configuration table is below:
#include <libchip/rtc.h>
#include <libchip/icm7170.h>
-boolean dmv177_icm7170_probe(int minor);
+bool dmv177_icm7170_probe(int minor);
rtc_tbl RTC_Table[] = @{
@{ "/dev/rtc0", /* sDeviceName */
@@ -64,7 +64,7 @@ rtc_tbl RTC_Table[] = @{
unsigned long RTC_Count = (sizeof(RTC_Table)/sizeof(rtc_tbl));
rtems_device_minor_number RTC_Minor;
-boolean dmv177_icm7170_probe(int minor)
+bool dmv177_icm7170_probe(int minor)
@{
volatile unsigned16 *card_resource_reg;