Ignore:
Timestamp:
01/28/03 17:52:10 (20 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
99159ec6
Parents:
ccad44f5
Message:

2003-01-28 Joel Sherrill <joel@…>

  • include/DP8570A.h, include/bsp.h, start/start.c, startup/efi68k_tcp.c: Rename tcp_init() to bsp_tcp_init() to avoid conflict with TCP/IP stack internal routine.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/m68k/efi68k/startup/efi68k_tcp.c

    rccad44f5 r93ada84  
    4242}
    4343
    44 void tcp_init()
     44void bsp_tcp_init()
    4545{
    4646  unsigned char low_bat, osc_fail, power_up;
     
    165165     first time before power up in which case the chip
    166166     will still be in single suppy mode till restarted (a
    167      second call to tcp_init such as when the time is set
     167     second call to bsp_tcp_init such as when the time is set
    168168     or a reboot.)  The timer/clock itself should always
    169169     be completely functional regardless of the supply
Note: See TracChangeset for help on using the changeset viewer.