summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/thread.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-06-18 04:20:06 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-06-18 04:20:06 +0000
commitf0caa057faaf36894c998b786ea9bd7e97a5cc3a (patch)
tree2e8aef5d00497d9f6ac6ba29b058989b737706cb /cpukit/score/include/rtems/score/thread.h
parent2010-06-18 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-f0caa057faaf36894c998b786ea9bd7e97a5cc3a.tar.bz2
2010-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* score/include/rtems/score/thread.h: Remove ITRON.
Diffstat (limited to 'cpukit/score/include/rtems/score/thread.h')
-rw-r--r--cpukit/score/include/rtems/score/thread.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/cpukit/score/include/rtems/score/thread.h b/cpukit/score/include/rtems/score/thread.h
index c38a445d98..e3a40caf36 100644
--- a/cpukit/score/include/rtems/score/thread.h
+++ b/cpukit/score/include/rtems/score/thread.h
@@ -319,16 +319,14 @@ typedef enum {
/** This value is for the Classic RTEMS API. */
THREAD_API_RTEMS,
/** This value is for the POSIX API. */
- THREAD_API_POSIX,
- /** This value is for the ITRON API. */
- THREAD_API_ITRON
+ THREAD_API_POSIX
} Thread_APIs;
/** This macro defines the first API which has threads. */
#define THREAD_API_FIRST THREAD_API_RTEMS
/** This macro defines the last API which has threads. */
-#define THREAD_API_LAST THREAD_API_ITRON
+#define THREAD_API_LAST THREAD_API_POSIX
/**
* This structure defines the Thread Control Block (TCB).