Changeset cd1b0404 in rtems


Ignore:
Timestamp:
10/12/14 15:06:05 (9 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.11, 5, master
Children:
59888da
Parents:
b3f86763
git-author:
Joel Sherrill <joel.sherrill@…> (10/12/14 15:06:05)
git-committer:
Joel Sherrill <joel.sherrill@…> (10/13/14 15:33:27)
Message:

sim68000/clock/clockdrv.c: Fix warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/m68k/sim68000/clock/clockdrv.c

    rb3f86763 rcd1b0404  
    2525
    2626/* XXX should check that microseconds_per_tick is >= 8 */
    27 void Clock_driver_support_initialize_hardware(void)
     27static void Clock_driver_support_initialize_hardware(void)
    2828{
    2929  timer_hw_t *t = TIMER_BASE;
     
    3535}
    3636
    37 void Clock_driver_support_at_tick(void)
     37static void Clock_driver_support_at_tick(void)
    3838{
    3939  timer_hw_t *t = TIMER_BASE;
     
    4242}
    4343
    44 void Clock_driver_support_shutdown_hardware(void)
     44static void Clock_driver_support_shutdown_hardware(void)
    4545{
    4646  timer_hw_t *t = TIMER_BASE;
Note: See TracChangeset for help on using the changeset viewer.