diff packages/kernel/current/include/kapi.h @ 105:5a0cc6c243a9 ecos-sw-2000-06-30

Merge from eCos master repository on 2000-06-30-08:18:49-BST
author jlarmour
date Fri, 30 Jun 2000 16:27:35 +0000
parents 489eb5632bc3
children 6ed91473a1cd
line wrap: on
line diff
--- a/packages/kernel/current/include/kapi.h
+++ b/packages/kernel/current/include/kapi.h
@@ -133,6 +133,9 @@ void cyg_scheduler_unlock(void);
 /* subsequent call to 'cyg_scheduler_unlock()' will completely unlock.      */
 void cyg_scheduler_safe_lock(void);
     
+/* Read the scheduler lock value. */
+cyg_ucount32 cyg_scheduler_read_lock(void);
+
 /*---------------------------------------------------------------------------*/
 /* Thread operations */