summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/include/rtems/score/chain.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-04-19 19:36:59 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-04-19 19:36:59 +0000
commitf4d52cd74c915219a892e3d4668b3a55857f749f (patch)
tree42514756c7324ce68f888b63675a2f935d0e2422 /c/src/exec/score/include/rtems/score/chain.h
parentminor mods to get to compile locally (diff)
downloadrtems-f4d52cd74c915219a892e3d4668b3a55857f749f.tar.bz2
changes to compile in macro configuration without warnings.
Diffstat (limited to 'c/src/exec/score/include/rtems/score/chain.h')
-rw-r--r--c/src/exec/score/include/rtems/score/chain.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/c/src/exec/score/include/rtems/score/chain.h b/c/src/exec/score/include/rtems/score/chain.h
index 6eed361e88..11c1f8aee0 100644
--- a/c/src/exec/score/include/rtems/score/chain.h
+++ b/c/src/exec/score/include/rtems/score/chain.h
@@ -84,6 +84,16 @@ void _Chain_Initialize(
);
/*
+ * _Chain_Get_first_unprotected
+ */
+
+#ifndef USE_INLINES
+Chain_Node *_Chain_Get_first_unprotected(
+ Chain_Control *the_chain
+);
+#endif
+
+/*
* _Chain_Extract
*
* DESCRIPTION: