summary refs log tree commit diff stats
path: root/include/qemu/target-info-impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/qemu/target-info-impl.h')
-rw-r--r--include/qemu/target-info-impl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/qemu/target-info-impl.h b/include/qemu/target-info-impl.h
index a8b34d150a..17887f64e2 100644
--- a/include/qemu/target-info-impl.h
+++ b/include/qemu/target-info-impl.h
@@ -22,6 +22,8 @@ typedef struct TargetInfo {
     const char *cpu_type;
     /* QOM typename machines for this binary must implement */
     const char *machine_typename;
+    /* related to TARGET_BIG_ENDIAN definition */
+    EndianMode endianness;
 } TargetInfo;
 
 /**