From 701ae0698895101fe8a3b917d618c569a0bb8060 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 18 Nov 2021 20:47:58 +0100 Subject: interface: Support constraints for variables --- rtemsspec/interface.py | 1 + 1 file changed, 1 insertion(+) (limited to 'rtemsspec/interface.py') 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", } -- cgit v1.2.3