From b427a92adfd16e8d68b275b44337f54f6ab0a3ca Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 9 Apr 2014 10:09:24 +0200 Subject: rtems: Add scheduler identification --- cpukit/score/include/rtems/score/object.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpukit/score/include/rtems/score/object.h') diff --git a/cpukit/score/include/rtems/score/object.h b/cpukit/score/include/rtems/score/object.h index 0ccafbfac9..4eb66ad487 100644 --- a/cpukit/score/include/rtems/score/object.h +++ b/cpukit/score/include/rtems/score/object.h @@ -217,7 +217,8 @@ typedef enum { OBJECTS_NO_API = 0, OBJECTS_INTERNAL_API = 1, OBJECTS_CLASSIC_API = 2, - OBJECTS_POSIX_API = 3 + OBJECTS_POSIX_API = 3, + OBJECTS_FAKE_OBJECTS_API = 7 } Objects_APIs; /** This macro is used to generically specify the last API index. */ -- cgit v1.2.3