Changeset 4321d1f in rtems


Ignore:
Timestamp:
01/22/05 04:00:07 (18 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
dc2aadef
Parents:
c6bc9d8
Message:

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

  • libchip/rtc/rtc.h: size_t RTC_Count.
Location:
c/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/ChangeLog

    rc6bc9d8 r4321d1f  
     12005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
     2
     3        * libchip/rtc/rtc.h: size_t RTC_Count.
     4
    152005-01-20      Joel Sherrill <joel@OARcorp.com>
    26
  • c/src/libchip/rtc/rtc.h

    rc6bc9d8 r4321d1f  
    7272} rtc_tbl;
    7373
    74 extern rtc_tbl        RTC_Table[];
    75 extern unsigned long  RTC_Count;
     74extern rtc_tbl  RTC_Table[];
     75extern size_t   RTC_Count;
    7676
    7777
Note: See TracChangeset for help on using the changeset viewer.