summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include/rtems/rtems
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/rtems/include/rtems/rtems/types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpukit/rtems/include/rtems/rtems/types.h b/cpukit/rtems/include/rtems/rtems/types.h
index d8005cf3c2..7b5eb9e213 100644
--- a/cpukit/rtems/include/rtems/rtems/types.h
+++ b/cpukit/rtems/include/rtems/rtems/types.h
@@ -50,8 +50,11 @@ typedef double_precision rtems_double; /* double precision float */
typedef boolean rtems_boolean;
typedef uint32_t rtems_name;
+
typedef Objects_Id rtems_id;
+#define RTEMS_ID_NONE OBJECTS_ID_NONE
+
typedef Context_Control rtems_context;
typedef Context_Control_fp rtems_context_fp;
typedef CPU_Interrupt_frame rtems_interrupt_frame;