source: rtems/cpukit/rtems/src/rtclock.c @ 811804fe

4.104.114.84.95
Last change on this file since 811804fe 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
Line 
1/*
2 *  Clock Manager
3 *
4 *  COPYRIGHT (c) 1989-1998.
5 *  On-Line Applications Research Corporation (OAR).
6 *  Copyright assigned to U.S. Government, 1994.
7 *
8 *  The license and distribution terms for this file may be
9 *  found in the file LICENSE in this distribution or at
10 *  http://www.OARcorp.com/rtems/license.html.
11 *
12 *  $Id$
13 */
14
15#include <rtems/system.h>
16#include <rtems/rtems/status.h>
17#include <rtems/rtems/clock.h>
18#include <rtems/score/isr.h>
19#include <rtems/score/thread.h>
20#include <rtems/score/tod.h>
21#include <rtems/score/watchdog.h>
22
23/* No initialization routine */
Note: See TracBrowser for help on using the repository browser.