Changeset a820a5e in rtems


Ignore:
Timestamp:
10/12/14 19:01:26 (9 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.11, 5, master
Children:
12966a0b
Parents:
42aca8b
git-author:
Joel Sherrill <joel.sherrill@…> (10/12/14 19:01:26)
git-committer:
Joel Sherrill <joel.sherrill@…> (10/13/14 15:33:30)
Message:

powerpc/score603e/include/bsp.h: Add prototypes to fix warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/powerpc/score603e/include/bsp.h

    r42aca8b ra820a5e  
    197197  ( ((_data&0x00ff)<<8) | ((_data&0xff00)>>8) )
    198198
     199/*
     200 *  Interfaces to required Clock Driver support methods
     201 */
     202int BSP_disconnect_clock_handler(void);
     203int BSP_connect_clock_handler(void);
     204
    199205#endif /* ASM */
    200206
Note: See TracChangeset for help on using the changeset viewer.