Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 806 → Rev 807

/shark/trunk/ports/first/include/pistar.h
21,11 → 21,11
 
/**
------------
CVS : $Id: pistar.h,v 1.2 2004-09-02 13:19:34 trimarchi Exp $
CVS : $Id: pistar.h,v 1.3 2004-09-03 12:43:02 trimarchi Exp $
 
File: $File$
Revision: $Revision: 1.2 $
Last update: $Date: 2004-09-02 13:19:34 $
Revision: $Revision: 1.3 $
Last update: $Date: 2004-09-03 12:43:02 $
------------
 
This file contains the Priority Inheritance (PI) Protocol
96,7 → 96,8
 
RLEVEL PISTAR_register_module(void);
 
void PISTAR_change_mutex_wcet_parameter(mutex_t *m, TIME wcet);
int PISTAR_lock(RLEVEL l, mutex_t *m, TIME wcet);
 
 
__END_DECLS
#endif