forked from Imagelibrary/rtems
Renamed clock.c to rtclock.c to avoid conflicts with clock drivers
in various BSPs.
This commit is contained in:
@@ -32,7 +32,7 @@ INTR_PIECES=\
|
||||
intr intrbody intrcatch
|
||||
|
||||
CLOCK_PIECES=\
|
||||
clock clockget clockset clocktick
|
||||
rtclock clockget clockset clocktick
|
||||
|
||||
TIMER_PIECES=\
|
||||
rtemstimer timercancel timercreate timerdelete timerfireafter \
|
||||
|
||||
@@ -1,23 +0,0 @@
|
||||
/*
|
||||
* Clock Manager
|
||||
*
|
||||
* COPYRIGHT (c) 1989-1998.
|
||||
* On-Line Applications Research Corporation (OAR).
|
||||
* Copyright assigned to U.S. Government, 1994.
|
||||
*
|
||||
* The license and distribution terms for this file may be
|
||||
* found in the file LICENSE in this distribution or at
|
||||
* http://www.OARcorp.com/rtems/license.html.
|
||||
*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <rtems/system.h>
|
||||
#include <rtems/rtems/status.h>
|
||||
#include <rtems/rtems/clock.h>
|
||||
#include <rtems/score/isr.h>
|
||||
#include <rtems/score/thread.h>
|
||||
#include <rtems/score/tod.h>
|
||||
#include <rtems/score/watchdog.h>
|
||||
|
||||
/* No initialization routine */
|
||||
Reference in New Issue
Block a user