Changeset 5fb56e6 in rtems


Ignore:
Timestamp:
10/11/04 20:13:31 (19 years ago)
Author:
Eric Norum <WENorum@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
2992cd23
Parents:
a51d024
Message:

Don't get duplication rtc_probe() definitions.

Location:
c/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/i386/pc386/clock/todcfg.c

    ra51d024 r5fb56e6  
    1919        RTC_MC146818A,             /* deviceType */
    2020        &mc146818a_fns,            /* pDeviceFns */
    21         rtc_probe,                 /* deviceProbe */
     21        mc146818a_probe,           /* deviceProbe */
    2222        NULL,                      /* pDeviceParams */
    2323        0x70,                      /* ulCtrlPort1 */
  • c/src/libchip/rtc/mc146818a.c

    ra51d024 r5fb56e6  
    3434 * See if chip is present
    3535 */
    36 boolean rtc_probe(
     36boolean mc146818a_probe(
    3737  int minor
    3838)
Note: See TracChangeset for help on using the changeset viewer.