Changeset 12966a0b in rtems


Ignore:
Timestamp:
10/12/14 19:01:44 (9 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.11, 5, master
Children:
45666bc7
Parents:
a820a5e
git-author:
Joel Sherrill <joel.sherrill@…> (10/12/14 19:01:44)
git-committer:
Joel Sherrill <joel.sherrill@…> (10/13/14 15:33:31)
Message:

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

File:
1 edited

Legend:

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

    ra820a5e r12966a0b  
    8989  ((unsigned long long) ((((unsigned long long)BSP_time_base_divisor) * 1000000ULL) /((unsigned long long) BSP_bus_frequency)) * ((unsigned long long) (_value)))
    9090
     91/*
     92 *  Interfaces to required Clock Driver support methods
     93 */
     94int BSP_disconnect_clock_handler(void);
     95int BSP_connect_clock_handler(void);
    9196
    9297#endif /* ASM */
Note: See TracChangeset for help on using the changeset viewer.