aboutsummaryrefslogtreecommitdiffstats
path: root/hw/boards.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/boards.h')
-rw-r--r--hw/boards.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/boards.h b/hw/boards.h
index 4a71e56..8242af6 100644
--- a/hw/boards.h
+++ b/hw/boards.h
@@ -27,4 +27,7 @@ extern QEMUMachine *current_machine;
/* android_arm.c */
extern QEMUMachine android_arm_machine;
+/* android_mips.c */
+extern QEMUMachine android_mips_machine;
+
#endif