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