2005-01-22 Ralf Corsepius <ralf.corsepius@rtems.org>

* libchip/rtc/rtc.h: size_t RTC_Count.
This commit is contained in:
Ralf Corsepius
2005-01-22 04:00:07 +00:00
parent c6bc9d819b
commit 4321d1f77b
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2005-01-22 Ralf Corsepius <ralf.corsepius@rtems.org>
* libchip/rtc/rtc.h: size_t RTC_Count.
2005-01-20 Joel Sherrill <joel@OARcorp.com>
PR 736/pppd

View File

@@ -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 );