OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [libmisc/] [cpuuse/] [cpuuse.h] - Blame information for rev 30

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 30 unneback
/*  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-1999. 1996.
7
 *  On-Line Applications Research Corporation (OAR).
8
 *
9
 *  The license and distribution terms for this file may be
10
 *  found in the file LICENSE in this distribution or at
11
 *  http://www.OARcorp.com/rtems/license.html.
12
 *
13
 *  $Id: cpuuse.h,v 1.2 2001-09-27 12:01:42 chris Exp $
14
 */
15
 
16
#ifndef __CPU_USE_h
17
#define __CPU_USE_h
18
 
19
#ifdef __cplusplus
20
extern "C" {
21
#endif
22
 
23
/*
24
 *  CPU_usage_Dump
25
 */
26
 
27
void CPU_usage_Dump( void );
28
 
29
/*
30
 *  CPU_usage_Reset
31
 */
32
 
33
void CPU_usage_Reset( void );
34
 
35
#ifdef __cplusplus
36
}
37
#endif
38
 
39
#endif
40
/* end of include file */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.