diff packages/kernel/current/include/mutex.hxx @ 177:4c750ce71ae3

Merge from eCos master repository on 2001-08-10-19:22:57-BST
author jlarmour
date Fri, 10 Aug 2001 19:27:55 +0000
parents 6ed91473a1cd
children e0c0827131d1
line wrap: on
line diff
--- a/packages/kernel/current/include/mutex.hxx
+++ b/packages/kernel/current/include/mutex.hxx
@@ -123,6 +123,12 @@ public:
     cyg_priority get_ceiling(void) { return ceiling; };
     
 #endif
+
+#ifdef CYGSEM_KERNEL_SYNCH_MUTEX_PRIORITY_INVERSION_PROTOCOL_DYNAMIC
+
+    // set inversion protocol
+    void        set_protocol( cyg_protcol new_protocol );
+#endif
     
 };