21,11 → 21,11 |
|
/** |
------------ |
CVS : $Id: pc.h,v 1.2 2003-01-07 17:12:20 pj Exp $ |
CVS : $Id: pc.h,v 1.3 2003-03-13 13:39:04 pj Exp $ |
|
File: $File$ |
Revision: $Revision: 1.2 $ |
Last update: $Date: 2003-01-07 17:12:20 $ |
Revision: $Revision: 1.3 $ |
Last update: $Date: 2003-03-13 13:39:04 $ |
------------ |
|
This file contains the Priority Ceiling (PC) Protocol |
92,7 → 92,10 |
|
#include <kernel/types.h> |
#include <kernel/descr.h> |
#include "ll/sys/cdefs.h" |
|
__BEGIN_DECLS |
|
RLEVEL PC_register_module(void); |
|
/*+ This function gets the ceiling of a PC mutex, and it have to be called |
108,4 → 111,5 |
/*+ This function sets the ceiling of a task +*/ |
void PC_set_task_ceiling(RLEVEL r, PID p, DWORD priority); |
|
__END_DECLS |
#endif |