source: rtems/cpukit/libmisc/cpuuse/cpuuseimpl.h @ 5e072f6d

5
Last change on this file since 5e072f6d was 5e072f6d, checked in by Sebastian Huber <sebastian.huber@…>, on 05/31/16 at 07:52:36

cpuuse: Hide implementation details

  • Property mode set to 100644
File size: 502 bytes
Line 
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
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 */
Note: See TracBrowser for help on using the repository browser.