RTEMS 5.2
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
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
14
15#ifdef __cplusplus
16extern "C" {
17#endif
18
19extern 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.