summaryrefslogtreecommitdiffstats
path: root/c/src/libchip
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-01-22 04:00:07 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-01-22 04:00:07 +0000
commit4321d1f77bdbabe06a432873539b0cdc81f64b2d (patch)
tree3c3dfa23cb03dddd1806976868ded8de38fcc2b0 /c/src/libchip
parent2005-01-20 Sergei Organov <osv@@topconrd.ru> (diff)
downloadrtems-4321d1f77bdbabe06a432873539b0cdc81f64b2d.tar.bz2
2005-01-22 Ralf Corsepius <ralf.corsepius@rtems.org>
* libchip/rtc/rtc.h: size_t RTC_Count.
Diffstat (limited to 'c/src/libchip')
-rw-r--r--c/src/libchip/rtc/rtc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/libchip/rtc/rtc.h b/c/src/libchip/rtc/rtc.h
index 545e5fb82c..ff42cff5ee 100644
--- a/c/src/libchip/rtc/rtc.h
+++ b/c/src/libchip/rtc/rtc.h
@@ -71,8 +71,8 @@ typedef struct _rtc_tbl {
setRegister_f setRegister;
} rtc_tbl;
-extern rtc_tbl RTC_Table[];
-extern unsigned long RTC_Count;
+extern rtc_tbl RTC_Table[];
+extern size_t RTC_Count;
boolean rtc_probe( int minor );