URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [libmisc/] [rtmonuse/] [rtmonuse.h] - Rev 227
Go to most recent revision | 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
Go to most recent revision | Compare with Previous | Blame | View Log