summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/objectdata.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-12-12 08:50:40 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-12-13 08:35:21 +0100
commit3fba9de2e6306946c7d79a571e787fb1d91faf38 (patch)
treebe20fd3d9e509d44d53bccaf82d45ed54880f1b0 /cpukit/include/rtems/score/objectdata.h
parentconfig: Statically allocate MP thread proxies (diff)
downloadrtems-3fba9de2e6306946c7d79a571e787fb1d91faf38.tar.bz2
config: Statically allocate MP object controls
Update #3735.
Diffstat (limited to 'cpukit/include/rtems/score/objectdata.h')
-rw-r--r--cpukit/include/rtems/score/objectdata.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/include/rtems/score/objectdata.h b/cpukit/include/rtems/score/objectdata.h
index a33f9d497f..e44fb52d68 100644
--- a/cpukit/include/rtems/score/objectdata.h
+++ b/cpukit/include/rtems/score/objectdata.h
@@ -145,6 +145,13 @@ typedef struct {
} Objects_MP_Control;
/**
+ * @brief The MP object controls.
+ *
+ * Provided by the application via <rtems/confdefs.h>.
+ */
+extern Objects_MP_Control _Objects_MP_Controls[];
+
+/**
* The following type defines the callout used when a local task
* is extracted from a remote thread queue (i.e. it's proxy must
* extracted from the remote queue).