summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/objectimpl.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-04-09 10:09:24 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-04-15 09:29:31 +0200
commitb427a92adfd16e8d68b275b44337f54f6ab0a3ca (patch)
tree07d5c10ecb3fec438ef9fcacf9d5960b3e558d9e /cpukit/score/include/rtems/score/objectimpl.h
parentscore: Add scheduler name (diff)
downloadrtems-b427a92adfd16e8d68b275b44337f54f6ab0a3ca.tar.bz2
rtems: Add scheduler identification
Diffstat (limited to 'cpukit/score/include/rtems/score/objectimpl.h')
-rw-r--r--cpukit/score/include/rtems/score/objectimpl.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/cpukit/score/include/rtems/score/objectimpl.h b/cpukit/score/include/rtems/score/objectimpl.h
index 383f0a738b..4e626ae663 100644
--- a/cpukit/score/include/rtems/score/objectimpl.h
+++ b/cpukit/score/include/rtems/score/objectimpl.h
@@ -100,6 +100,15 @@ typedef enum {
/** This macro is used to generically specify the last API index. */
#define OBJECTS_POSIX_CLASSES_LAST OBJECTS_POSIX_RWLOCKS
+/*
+ * For fake objects, which have an object identifier, but no objects
+ * information block.
+ */
+typedef enum {
+ OBJECTS_FAKE_OBJECTS_NO_CLASS = 0,
+ OBJECTS_FAKE_OBJECTS_SCHEDULERS = 1
+} Objects_Fake_objects_API;
+
/**
* This enumerated type lists the locations which may be returned
* by _Objects_Get. These codes indicate the success of locating