summaryrefslogtreecommitdiff
path: root/cpukit/include/rtems/score/mpci.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems/score/mpci.h')
-rw-r--r--cpukit/include/rtems/score/mpci.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/include/rtems/score/mpci.h b/cpukit/include/rtems/score/mpci.h
index a72b1f0d5b..0de29739e8 100644
--- a/cpukit/include/rtems/score/mpci.h
+++ b/cpukit/include/rtems/score/mpci.h
@@ -162,6 +162,13 @@ typedef struct {
*/
extern const MPCI_Configuration _MPCI_Configuration;
+/**
+ * @brief The MPCI receive server stack.
+ *
+ * Provided by the application via <rtems/confdefs.h>
+ */
+extern char _MPCI_Receive_server_stack[];
+
/** @} */
#ifdef __cplusplus