summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/include/rtems/score/thread.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/thread.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/thread.h')
-rw-r--r--c/src/exec/score/include/rtems/score/thread.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/c/src/exec/score/include/rtems/score/thread.h b/c/src/exec/score/include/rtems/score/thread.h
index 8abf7c3584..74399545b9 100644
--- a/c/src/exec/score/include/rtems/score/thread.h
+++ b/c/src/exec/score/include/rtems/score/thread.h
@@ -545,6 +545,20 @@ void _Thread_Set_priority(
boolean _Thread_Evaluate_mode( void );
/*
+ * _Thread_Get
+ *
+ * NOTE: If we are not using static inlines, this must be a real
+ * subroutine call.
+ */
+
+#ifndef USE_INLINES
+Thread_Control *_Thread_Get (
+ Objects_Id id,
+ Objects_Locations *location
+);
+#endif
+
+/*
* _Thread_Idle_body
*
* DESCRIPTION: