summaryrefslogtreecommitdiff
path: root/cpukit/include/rtems/rtems/config.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2022-08-11 09:46:36 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-09-22 13:22:51 +0200
commit1e69daf050a9b66d1d929b401ee10019acb40729 (patch)
tree374025cb4e1060780a2ee4660f57532ee764cfc5 /cpukit/include/rtems/rtems/config.h
parent301c4c03c784125ec210acf99bea51a4517b835b (diff)
Add pre-qualified constraintsqual-66
Diffstat (limited to 'cpukit/include/rtems/rtems/config.h')
-rw-r--r--cpukit/include/rtems/rtems/config.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/cpukit/include/rtems/rtems/config.h b/cpukit/include/rtems/rtems/config.h
index 3d813c55b6..18462b32a2 100644
--- a/cpukit/include/rtems/rtems/config.h
+++ b/cpukit/include/rtems/rtems/config.h
@@ -180,6 +180,15 @@ typedef struct {
*
* @return Returns the pointer to the Classic API Configuration Table of this
* application.
+ *
+ * @par Constraints
+ * @parblock
+ * The following constraints apply to this directive:
+ *
+ * * The directive is not included in the pre-qualified feature set of RTEMS.
+ * Applications which are restricted to only use interfaces of the
+ * pre-qualified feature set of RTEMS shall not use the directive.
+ * @endparblock
*/
const rtems_api_configuration_table *
rtems_configuration_get_rtems_api_configuration( void );