source: rtems/cpukit/score/src/coretod.c @ bbd6d27a

5
Last change on this file since bbd6d27a was 599d71f, checked in by Sebastian Huber <sebastian.huber@…>, on 01/11/16 at 12:02:06

score: Statically initialize TOD handler

  • Property mode set to 100644
File size: 438 bytes
Line 
1/**
2 * @file
3 *
4 * @brief Initializes the Time of Day Handler
5 *
6 * @ingroup ScoreTOD
7 */
8
9/*  COPYRIGHT (c) 1989-2014.
10 *  On-Line Applications Research Corporation (OAR).
11 *
12 *  The license and distribution terms for this file may be
13 *  found in the file LICENSE in this distribution or at
14 *  http://www.rtems.org/license/LICENSE.
15 */
16
17#if HAVE_CONFIG_H
18#include "config.h"
19#endif
20
21#include <rtems/score/todimpl.h>
22
23TOD_Control _TOD;
Note: See TracBrowser for help on using the repository browser.