source: rtems/cpukit/rtems/src/rtclock.c @ bd83f47

4.104.114.84.95
Last change on this file since bd83f47 was bd83f47, checked in by Joel Sherrill <joel.sherrill@…>, on 05/17/99 at 22:42:47

Split Clock Manager into one routine per file.

  • Property mode set to 100644
File size: 585 bytes
RevLine 
[ac7d5ef0]1/*
2 *  Clock Manager
3 *
[60b791ad]4 *  COPYRIGHT (c) 1989-1998.
[ac7d5ef0]5 *  On-Line Applications Research Corporation (OAR).
[03f2154e]6 *  Copyright assigned to U.S. Government, 1994.
[ac7d5ef0]7 *
[98e4ebf5]8 *  The license and distribution terms for this file may be
9 *  found in the file LICENSE in this distribution or at
[03f2154e]10 *  http://www.OARcorp.com/rtems/license.html.
[ac7d5ef0]11 *
12 *  $Id$
13 */
14
15#include <rtems/system.h>
[3a4ae6c]16#include <rtems/rtems/status.h>
17#include <rtems/rtems/clock.h>
[5e9b32b]18#include <rtems/score/isr.h>
19#include <rtems/score/thread.h>
20#include <rtems/score/tod.h>
21#include <rtems/score/watchdog.h>
[ac7d5ef0]22
[bd83f47]23/* No initialization routine */
Note: See TracBrowser for help on using the repository browser.