Changeset da71123 in rtems


Ignore:
Timestamp:
10/12/14 20:37:33 (9 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.11, 5, master
Children:
b6c3e3e
Parents:
19612c1
git-author:
Joel Sherrill <joel.sherrill@…> (10/12/14 20:37:33)
git-committer:
Joel Sherrill <joel.sherrill@…> (10/13/14 15:33:33)
Message:

libcpu/arm/s3c24xx/clock/clockdrv.c: Fix warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libcpu/arm/s3c24xx/clock/clockdrv.c

    r19612c1 rda71123  
    11/*
    22 *  S3C2400 clock specific using the System Timer
    3  *
    4  *  This is hardware specific part of the clock driver. At the end of this
    5  *  file, the generic part of the driver is #included.
    6  *
     3 */
     4
     5/*
    76 *  The license and distribution terms for this file may be
    87 *  found in the file LICENSE in this distribution or at
     
    3231 *  Return the nanoseconds since last tick
    3332 */
    34 uint32_t clock_driver_get_nanoseconds_since_last_tick(void)
     33static uint32_t clock_driver_get_nanoseconds_since_last_tick(void)
    3534{
    3635  return 0;
     
    130129static int clock_isr_is_on(const rtems_irq_connect_data *irq)
    131130{
     131  return 1;
    132132}
    133133
Note: See TracChangeset for help on using the changeset viewer.