From 4fc370e3c64c510d43d1e8808d664513baca2ad7 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 5 Jun 2013 12:08:23 +0200 Subject: score: Move thread dispatch content to new file Move thread dispatch declarations and inline functions to new header to make it independent of the Thread_Control structure. This avoids a cyclic dependency in case thread dispatch functions are used for the object implementation. --- cpukit/score/inline/rtems/score/object.inl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpukit/score/inline/rtems/score/object.inl') diff --git a/cpukit/score/inline/rtems/score/object.inl b/cpukit/score/inline/rtems/score/object.inl index 726d676cd9..efdb23d0e3 100644 --- a/cpukit/score/inline/rtems/score/object.inl +++ b/cpukit/score/inline/rtems/score/object.inl @@ -23,6 +23,8 @@ #ifndef _RTEMS_SCORE_OBJECT_INL #define _RTEMS_SCORE_OBJECT_INL +#include + /** * This function builds an object's id from the processor node and index * values specified. -- cgit v1.2.3