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

* clock/todcfg.c: size_t RTC_Count.
This commit is contained in:
Ralf Corsepius
2005-01-22 04:12:07 +00:00
parent 4321d1f77b
commit dc2aadef26
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2005-01-22 Ralf Corsepius <ralf.corsepius@rtems.org>
* clock/todcfg.c: size_t RTC_Count.
2005-01-18 Ralf Corsepius <ralf.corsepius@rtems.org> 2005-01-18 Ralf Corsepius <ralf.corsepius@rtems.org>
* console/vgainit.c: static graphic_on|off. * console/vgainit.c: static graphic_on|off.

View File

@@ -31,6 +31,6 @@ rtc_tbl RTC_Table[] = {
#define NUM_RTCS (sizeof(RTC_Table)/sizeof(rtc_tbl)) #define NUM_RTCS (sizeof(RTC_Table)/sizeof(rtc_tbl))
unsigned long RTC_Count = NUM_RTCS; size_t RTC_Count = NUM_RTCS;
rtems_device_minor_number RTC_Minor; rtems_device_minor_number RTC_Minor;