summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/threadq.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/include/rtems/score/threadq.h')
-rw-r--r--cpukit/score/include/rtems/score/threadq.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/score/include/rtems/score/threadq.h b/cpukit/score/include/rtems/score/threadq.h
index 4a8db7c59d..06ea36a905 100644
--- a/cpukit/score/include/rtems/score/threadq.h
+++ b/cpukit/score/include/rtems/score/threadq.h
@@ -21,10 +21,8 @@
#include <rtems/score/chain.h>
#include <rtems/score/isrlock.h>
-#include <rtems/score/percpu.h>
#include <rtems/score/priority.h>
#include <rtems/score/rbtree.h>
-#include <rtems/score/states.h>
#ifdef __cplusplus
extern "C" {
@@ -41,6 +39,8 @@ extern "C" {
*/
/**@{*/
+typedef struct Thread_Control Thread_Control;
+
typedef struct Thread_queue_Control Thread_queue_Control;
/**