summaryrefslogtreecommitdiffstats
path: root/c/src/exec/sapi/include
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/sapi/include')
-rw-r--r--c/src/exec/sapi/include/confdefs.h2
-rw-r--r--c/src/exec/sapi/include/rtems/config.h3
2 files changed, 5 insertions, 0 deletions
diff --git a/c/src/exec/sapi/include/confdefs.h b/c/src/exec/sapi/include/confdefs.h
index b841d568de..e2a0c84d3d 100644
--- a/c/src/exec/sapi/include/confdefs.h
+++ b/c/src/exec/sapi/include/confdefs.h
@@ -80,6 +80,8 @@ int rtems_filesystem_mount_table_size = 1;
/*
* Stack Checker Requirements
+ *
+ * NOTE: This does not automatically enable reporting at program exit.
*/
#ifdef STACK_CHECKER_ON
diff --git a/c/src/exec/sapi/include/rtems/config.h b/c/src/exec/sapi/include/rtems/config.h
index 8a2def6082..7dbc997ff9 100644
--- a/c/src/exec/sapi/include/rtems/config.h
+++ b/c/src/exec/sapi/include/rtems/config.h
@@ -121,6 +121,9 @@ SAPI_EXTERN rtems_multiprocessing_table *_Configuration_MP_table;
* or the exact format of the configuration table.
*/
+#define rtems_configuration_get_table() \
+ (&_Configuration_Table)
+
#define rtems_configuration_get_work_space_start() \
(_Configuration_Table->work_space_start)