URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rtems/] [c/] [src/] [libmisc/] [rtmonuse/] [rtmonuse.h] - Rev 1765
Compare with Previous | Blame | View Log
/* * $Id: rtmonuse.h,v 1.2 2001-09-27 12:01:45 chris Exp $ */ #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