summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/include/rtems/score/object.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score/include/rtems/score/object.h')
-rw-r--r--c/src/exec/score/include/rtems/score/object.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/c/src/exec/score/include/rtems/score/object.h b/c/src/exec/score/include/rtems/score/object.h
index 26d0eb33de..ced94e685b 100644
--- a/c/src/exec/score/include/rtems/score/object.h
+++ b/c/src/exec/score/include/rtems/score/object.h
@@ -454,6 +454,11 @@ Objects_Control *_Objects_Get_isr_disable(
ISR_Level *level
);
+Objects_Control *_Objects_Get_by_index (
+ Objects_Information *information,
+ Objects_Id id,
+ Objects_Locations *location
+);
/*
* _Objects_Get_next
*