summaryrefslogblamecommitdiffstats
path: root/cpukit/score/src/coretod.c
blob: 1df1b4ed862fd46c8c6f9a9031cfb97dc6a8cd2c (plain) (tree)
1
2
3
4
5
6
7
8
9




                                             
                    

   
                            
                                                    
  

                                                           
                                         

   



                   
                                
 
                 
/**
 * @file
 *
 * @brief Initializes the Time of Day Handler
 *
 * @ingroup ScoreTOD
 */

/*  COPYRIGHT (c) 1989-2014.
 *  On-Line Applications Research Corporation (OAR).
 *
 *  The license and distribution terms for this file may be
 *  found in the file LICENSE in this distribution or at
 *  http://www.rtems.org/license/LICENSE.
 */

#if HAVE_CONFIG_H
#include "config.h"
#endif

#include <rtems/score/todimpl.h>

TOD_Control _TOD;