summaryrefslogtreecommitdiff
path: root/cpukit/include/rtems/init.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-09-28 11:04:03 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-01-11 18:02:05 +0100
commitaf1ad899bab3ebd7a98d4a8f5341b7e0b3dad420 (patch)
tree1afdcfdd7b33fee3be92969c14f84f207128dad1 /cpukit/include/rtems/init.h
parent8cbdc50f609afbd421d83973b5f0ab1eb789defd (diff)
Add not pre-qualified constraints
Diffstat (limited to 'cpukit/include/rtems/init.h')
-rw-r--r--cpukit/include/rtems/init.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/include/rtems/init.h b/cpukit/include/rtems/init.h
index a821f92107..a2c27658ba 100644
--- a/cpukit/include/rtems/init.h
+++ b/cpukit/include/rtems/init.h
@@ -94,6 +94,10 @@ extern "C" {
* @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.
+ *
* * The directive should be called by boot_card() only.
*
* * The directive will not return to the caller.
@@ -118,6 +122,10 @@ RTEMS_NO_RETURN void rtems_initialize_executive( void );
* @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.
+ *
* * The directive may be called from within any runtime context.
*
* * The directive will not return to the caller.