source: rtems/cpukit/libmisc/rtmonuse/rtmonuse.h @ f26145b

4.104.114.84.95
Last change on this file since f26145b was cbd7691, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/02/04 at 18:20:51

2004-12-02 Ralf Corsepius <ralf.corsepius@…>

  • libmisc/capture/capture-cli.h, libmisc/capture/capture.h, libmisc/monitor/monitor.h, libmisc/rtmonuse/rtmonuse.h, libmisc/shell/shell.h: Partial doxygenification.
  • libmisc/capture/capture.h: Use INT32_C for constants.
  • Property mode set to 100644
File size: 350 bytes
Line 
1/**
2 * @file rtems/rtmonuse.h
3 */
4 
5/*
6 *  $Id$
7 */
8
9#ifndef __RATE_MONOTONIC_USAGE_h
10#define __RATE_MONOTONIC_USAGE_h
11
12#ifdef __cplusplus
13extern "C" {
14#endif
15
16void Period_usage_Initialize( void );
17
18void Period_usage_Reset( void );
19
20void Period_usage_Update(
21  rtems_id     id
22);
23
24void Period_usage_Dump( void );
25
26#ifdef __cplusplus
27}
28#endif
29
30#endif
Note: See TracBrowser for help on using the repository browser.