summaryrefslogtreecommitdiffstats
path: root/cpukit/score/inline/rtems/score/threadq.inl
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/inline/rtems/score/threadq.inl')
-rw-r--r--cpukit/score/inline/rtems/score/threadq.inl36
1 files changed, 36 insertions, 0 deletions
diff --git a/cpukit/score/inline/rtems/score/threadq.inl b/cpukit/score/inline/rtems/score/threadq.inl
new file mode 100644
index 0000000000..b8bc99bf20
--- /dev/null
+++ b/cpukit/score/inline/rtems/score/threadq.inl
@@ -0,0 +1,36 @@
+/**
+ * @file rtems/score/threadq.inl
+ *
+ * This inline file contains all of the inlined routines associated with
+ * the manipulation of thread queues.
+ */
+
+/*
+ * COPYRIGHT (c) 1989-2008.
+ * On-Line Applications Research Corporation (OAR).
+ *
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.com/license/LICENSE.
+ *
+ * $Id$
+ */
+
+#ifndef _RTEMS_SCORE_THREADQ_H
+# error "Never use <rtems/score/threadq.inl> directly; include <rtems/score/threadq.h> instead."
+#endif
+
+#ifndef _RTEMS_SCORE_THREADQ_INL
+#define _RTEMS_SCORE_THREADQ_INL
+
+#include <rtems/score/thread.h>
+
+/**
+ * @addtogroup ScoreThreadQ
+ * @{
+ */
+
+/**@}*/
+
+#endif
+/* end of include file */