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>
|
2005-01-20 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
PR 736/pppd
|
PR 736/pppd
|
||||||
|
|||||||
@@ -72,7 +72,7 @@ typedef struct _rtc_tbl {
|
|||||||
} rtc_tbl;
|
} rtc_tbl;
|
||||||
|
|
||||||
extern rtc_tbl RTC_Table[];
|
extern rtc_tbl RTC_Table[];
|
||||||
extern unsigned long RTC_Count;
|
extern size_t RTC_Count;
|
||||||
|
|
||||||
|
|
||||||
boolean rtc_probe( int minor );
|
boolean rtc_probe( int minor );
|
||||||
|
|||||||
Reference in New Issue
Block a user