summaryrefslogtreecommitdiff
path: root/cpukit/include/rtems/init.h
diff options
context:
space:
mode:
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 d386a0bcea..90dfa3bf92 100644
--- a/cpukit/include/rtems/init.h
+++ b/cpukit/include/rtems/init.h
@@ -96,6 +96,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.
@@ -120,6 +124,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.