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>2022-11-10 10:08:31 +0100
commitc0098e140c0466a7716751dc014503c1328e5453 (patch)
tree4794a85af2d00d03d82551c3fee2eb5613d8d5a8 /cpukit/include/rtems/rtems/message.h
parenta4a248d9a7db0333c297f14953413ab01e41b29e (diff)
Add pre-qualified constraintsqual-70
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 0a76b1f9b8..7cb0591e67 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.
*