summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-11-18 20:47:58 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-11-18 20:49:01 +0100
commit701ae0698895101fe8a3b917d618c569a0bb8060 (patch)
tree4ddde40eb21250a19460438ae4db3cc47b858fba
parentspec: Conditional not pre-qualified constraints (diff)
downloadrtems-central-701ae0698895101fe8a3b917d618c569a0bb8060.tar.bz2
interface: Support constraints for variables
-rw-r--r--rtemsspec/interface.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/rtemsspec/interface.py b/rtemsspec/interface.py
index 3a77409b..738674ff 100644
--- a/rtemsspec/interface.py
+++ b/rtemsspec/interface.py
@@ -221,6 +221,7 @@ _CONSTRAINT_TARGET = {
"interface/define": "this constant",
"interface/macro": "this directive",
"interface/typedef": "functions of this type",
+ "interface/variable": "this object",
}