RTEMS  5.1
cpuuseimpl.h
1 /*
2  * COPYRIGHT (c) 1989-2011.
3  * On-Line Applications Research Corporation (OAR).
4  *
5  * The license and distribution terms for this file may be
6  * found in the file LICENSE in this distribution or at
7  * http://www.rtems.org/license/LICENSE.
8  */
9 
10 #ifndef __RTEMS_CPUUSEIMPL_h
11 #define __RTEMS_CPUUSEIMPL_h
12 
13 #include <rtems/score/timestamp.h>
14 
15 #ifdef __cplusplus
16 extern "C" {
17 #endif
18 
19 extern Timestamp_Control CPU_usage_Uptime_at_last_reset;
20 
21 #ifdef __cplusplus
22 }
23 #endif
24 
25 #endif
26 /* end of include file */
int64_t Timestamp_Control
Definition: timestamp.h:57
Helpers for Manipulating Timestamps.