Renamed clock.c to rtclock.c to avoid conflicts with clock drivers

in various BSPs.
This commit is contained in:
Joel Sherrill
1999-05-28 13:07:00 +00:00
parent af84b96887
commit 803ce2919b
2 changed files with 1 additions and 24 deletions

View File

@@ -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 \

View File

@@ -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 */