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

4.104.114.84.95
Last change on this file since cbd7691 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
RevLine 
[cbd7691]1/**
2 * @file rtems/rtmonuse.h
3 */
4 
[fc7bc51]5/*
6 *  $Id$
7 */
8
9#ifndef __RATE_MONOTONIC_USAGE_h
10#define __RATE_MONOTONIC_USAGE_h
11
[6f77f16f]12#ifdef __cplusplus
13extern "C" {
14#endif
15
[fc7bc51]16void Period_usage_Initialize( void );
17
18void Period_usage_Reset( void );
19
[aed742c]20void Period_usage_Update(
[fc7bc51]21  rtems_id     id
22);
23
24void Period_usage_Dump( void );
25
[6f77f16f]26#ifdef __cplusplus
27}
28#endif
29
[fc7bc51]30#endif
Note: See TracBrowser for help on using the repository browser.