source: rtems/cpukit/rtems/src/rtclock.c @ 88c74ab

4.115
Last change on this file since 88c74ab was 88c74ab, checked in by Sebastian Huber <sebastian.huber@…>, on 07/25/13 at 13:10:11

score: Merge tod implementation into one file

Delete TOD_MICROSECONDS_PER_SECOND, TOD_MICROSECONDS_TO_TICKS() and
TOD_MILLISECONDS_TO_TICKS().

  • Property mode set to 100644
File size: 600 bytes
RevLine 
[60ceb613]1/**
2 *  @file
[ac7d5ef0]3 *
[60ceb613]4 *  @brief No Initialization Routine
5 *  @ingroup ClassicClock
6 */
7
8/*
[08311cc3]9 *  COPYRIGHT (c) 1989-1999.
[ac7d5ef0]10 *  On-Line Applications Research Corporation (OAR).
11 *
[98e4ebf5]12 *  The license and distribution terms for this file may be
13 *  found in the file LICENSE in this distribution or at
[277cc95]14 *  http://www.rtems.com/license/LICENSE.
[ac7d5ef0]15 */
16
[1095ec1]17#if HAVE_CONFIG_H
18#include "config.h"
19#endif
20
[ac7d5ef0]21#include <rtems/system.h>
[3a4ae6c]22#include <rtems/rtems/status.h>
23#include <rtems/rtems/clock.h>
[5e9b32b]24#include <rtems/score/isr.h>
25#include <rtems/score/thread.h>
26#include <rtems/score/watchdog.h>
[ac7d5ef0]27
[bd83f47]28/* No initialization routine */
Note: See TracBrowser for help on using the repository browser.