summaryrefslogtreecommitdiff
path: root/rtemsspec/interface.py
diff options
context:
space:
mode:
Diffstat (limited to 'rtemsspec/interface.py')
-rw-r--r--rtemsspec/interface.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/rtemsspec/interface.py b/rtemsspec/interface.py
index 6a11f1c3..10ecf40a 100644
--- a/rtemsspec/interface.py
+++ b/rtemsspec/interface.py
@@ -267,10 +267,12 @@ def _get_register_name(definition: Dict[str, Any]) -> Tuple[str, str]:
_CONSTRAINT_TARGET = {
- "interface/function": "this directive",
"interface/define": "this constant",
+ "interface/function": "this directive",
"interface/macro": "this directive",
+ "interface/struct": "this structure",
"interface/typedef": "functions of this type",
+ "interface/union": "this union",
"interface/variable": "this object",
}