RTEMS
watchdogtickssinceboot.c
Go to the documentation of this file.
1 
8 /*
9  * COPYRIGHT (c) 1989-2009.
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 #ifdef HAVE_CONFIG_H
18 #include "config.h"
19 #endif
20 
22 
23 /*
24  * This is defined in a separate module to allow the new network to define it
25  * with an additional strong reference. Strong references cannot alias a
26  * common symbol. Since the GCC option -fno-common is not used throughout
27  * RTEMS we cannot define it here.
28  */
uint32_t Watchdog_Interval
Type is used to specify the length of intervals.
Definition: watchdogticks.h:38
Constants for the watchdog ticks.
volatile Watchdog_Interval _Watchdog_Ticks_since_boot
The watchdog ticks counter.