source: rtems/c/src/lib/libmisc/rtmonuse/rtmonuse.h @ c46ce854

4.104.114.84.95
Last change on this file since c46ce854 was fc7bc51, checked in by Joel Sherrill <joel.sherrill@…>, on 04/09/97 at 20:18:54

new files.

  • Property mode set to 100644
File size: 246 bytes
Line 
1/*
2 *  $Id$
3 */
4
5#ifndef __RATE_MONOTONIC_USAGE_h
6#define __RATE_MONOTONIC_USAGE_h
7
8void Period_usage_Initialize( void );
9
10void Period_usage_Reset( void );
11
12void Period_usage_Update(
13  rtems_id     id
14);
15
16void Period_usage_Dump( void );
17
18#endif
Note: See TracBrowser for help on using the repository browser.