summaryrefslogtreecommitdiff
path: root/cpukit/include/rtems/rtems/message.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>2023-02-06 09:52:47 +0100
commit9549aa386d034e85154490d63ce23990a1015fbf (patch)
treeee8b54ffd0252f7addb4f296bc4bb9f12b6d5942 /cpukit/include/rtems/rtems/message.h
parent93780edaa970430862f996c8638273eae2a24f76 (diff)
Add pre-qualified constraintsqual-75
Diffstat (limited to 'cpukit/include/rtems/rtems/message.h')
-rw-r--r--cpukit/include/rtems/rtems/message.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/include/rtems/rtems/message.h b/cpukit/include/rtems/rtems/message.h
index 4f2bb69500..7a7dc016e9 100644
--- a/cpukit/include/rtems/rtems/message.h
+++ b/cpukit/include/rtems/rtems/message.h
@@ -248,6 +248,10 @@ typedef struct {
* @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 device driver initialization
* context.
*