source: rtems/c/src/lib/libmisc/cpuuse/cpuuse.h @ b4589477

4.104.114.84.95
Last change on this file since b4589477 was 6f9c75c3, checked in by Joel Sherrill <joel.sherrill@…>, on 01/16/98 at 16:56:48

Ralf Corsepius reported a number of missing CVS Id's:

RTEMS is under CVS control and has been since rtems 3.1.16 which was
around May 1995. So I just to add the $Id$. If you notice other files
with missing $Id$'s let me know. I try to keep w\up with it.

Now that you have asked -- I'll attach a list of files lacking an RCS-Id to
this mail. This list has been generated by a little sh-script I'll also
enclose.

  • Property mode set to 100644
File size: 714 bytes
Line 
1/*  cpuuse.h
2 *
3 *  This include file contains information necessary to utilize
4 *  and install the cpu usage reporting mechanism.
5 *
6 *  COPYRIGHT (c) 1989-1997. 1996.
7 *  On-Line Applications Research Corporation (OAR).
8 *  Copyright assigned to U.S. Government, 1994.
9 *
10 *  The license and distribution terms for this file may be
11 *  found in the file LICENSE in this distribution or at
12 *  http://www.OARcorp.com/rtems/license.html.
13 *
14 *  $Id$
15 */
16
17#ifndef __CPU_USE_h
18#define __CPU_USE_h
19
20#ifdef __cplusplus
21extern "C" {
22#endif
23
24/*
25 *  CPU_usage_Dump
26 */
27
28void CPU_usage_Dump( void );
29
30/*
31 *  CPU_usage_Reset
32 */
33
34void CPU_usage_Reset( void );
35
36#ifdef __cplusplus
37}
38#endif
39
40#endif
41/* end of include file */
Note: See TracBrowser for help on using the repository browser.