summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/cpuuse/cpuuse.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-04-09 20:18:54 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-04-09 20:18:54 +0000
commitfc7bc517db4a6b6b5cf0e0e4c829ee01b0cb32a5 (patch)
treead4b85b59d644208f4cf74bc7f04a3d8a7bfc795 /cpukit/libmisc/cpuuse/cpuuse.h
parentadded rtmonuse and cpuuse directories (diff)
downloadrtems-fc7bc517db4a6b6b5cf0e0e4c829ee01b0cb32a5.tar.bz2
new files.
Diffstat (limited to 'cpukit/libmisc/cpuuse/cpuuse.h')
-rw-r--r--cpukit/libmisc/cpuuse/cpuuse.h41
1 files changed, 41 insertions, 0 deletions
diff --git a/cpukit/libmisc/cpuuse/cpuuse.h b/cpukit/libmisc/cpuuse/cpuuse.h
new file mode 100644
index 0000000000..11b7fc1015
--- /dev/null
+++ b/cpukit/libmisc/cpuuse/cpuuse.h
@@ -0,0 +1,41 @@
+/* cpuuse.h
+ *
+ * This include file contains information necessary to utilize
+ * and install the cpu usage reporting mechanism.
+ *
+ * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994, 1996.
+ * On-Line Applications Research Corporation (OAR).
+ * All rights assigned to U.S. Government, 1994.
+ *
+ * This material may be reproduced by or for the U.S. Government pursuant
+ * to the copyright license under the clause at DFARS 252.227-7013. This
+ * notice must appear in all copies of this file and its derivatives.
+ *
+ * stackchk.h,v 1.3 1995/12/19 20:13:52 joel Exp
+ */
+
+#ifndef __CPU_USE_h
+#define __CPU_USE_h
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+/*
+ * CPU_usage_Dump
+ */
+
+void CPU_usage_Dump( void );
+
+/*
+ * CPU_usage_Reset
+ */
+
+void CPU_usage_Reset( void );
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif
+/* end of include file */