summaryrefslogtreecommitdiffstats
path: root/c/src/libmisc/rtmonuse/rtmonuse.h
blob: f0580a4f0b3ce54eacc7d748f96b13770d6236a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 *  $Id$
 */

#ifndef __RATE_MONOTONIC_USAGE_h
#define __RATE_MONOTONIC_USAGE_h

void Period_usage_Initialize( void );

void Period_usage_Reset( void );

void Period_usage_Update( 
  rtems_id     id
);

void Period_usage_Dump( void );

#endif