aboutsummaryrefslogtreecommitdiffstats
path: root/tools/include/xen-foreign/structs.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/include/xen-foreign/structs.py')
-rw-r--r--tools/include/xen-foreign/structs.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/tools/include/xen-foreign/structs.py b/tools/include/xen-foreign/structs.py
index 571f7bb3dc..51a77c0ad8 100644
--- a/tools/include/xen-foreign/structs.py
+++ b/tools/include/xen-foreign/structs.py
@@ -13,9 +13,14 @@ structs = [ "start_info",
"arch_shared_info",
"shared_info" ];
-defines = [ "__i386__",
+defines = [ "__arm__",
+ "__i386__",
"__x86_64__",
+ # arm
+ # None
+
+ # x86_{32,64}
"FLAT_RING1_CS",
"FLAT_RING1_DS",
"FLAT_RING1_SS",