URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [libmisc/] [rtmonuse/] [rtmonuse.h] - Rev 1775
Go to most recent revision | Compare with Previous | Blame | View Log
/* * rtmonuse.h,v 1.1 1997/04/09 20:18:54 joel 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
Go to most recent revision | Compare with Previous | Blame | View Log