forked from Imagelibrary/rtems
2005-01-22 Ralf Corsepius <ralf.corsepius@rtems.org>
* libchip/rtc/rtc.h: size_t RTC_Count.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user