Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 865 → Rev 866

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