2010-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>

* score/include/rtems/score/thread.h: Remove ITRON.
This commit is contained in:
Ralf Corsepius
2010-06-18 04:20:06 +00:00
parent 226d66d54c
commit f0caa057fa
2 changed files with 3 additions and 4 deletions

View File

@@ -1,5 +1,6 @@
2010-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* score/include/rtems/score/thread.h: Remove ITRON.
* score/include/rtems/score/interr.h: Remove ITRON.
* rtems/mainpage.h: Remove comment referring to ITRON.
* rtems/src/rtemsobjectgetapiname.c: Remove ITRON.

View File

@@ -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).