forked from Imagelibrary/rtems
2010-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* score/include/rtems/score/thread.h: Remove ITRON.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user