aboutsummaryrefslogtreecommitdiff
path: root/vl.h
diff options
context:
space:
mode:
Diffstat (limited to 'vl.h')
-rw-r--r--vl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/vl.h b/vl.h
index 378ed273c3..ea7a05e3f2 100644
--- a/vl.h
+++ b/vl.h
@@ -1206,6 +1206,9 @@ extern void cpu_mips_irqctrl_init (void);
/* shix.c */
extern QEMUMachine shix_machine;
+/* r2d.c */
+extern QEMUMachine r2d_machine;
+
#ifdef TARGET_PPC
/* PowerPC hardware exceptions management helpers */
typedef void (*clk_setup_cb)(void *opaque, uint32_t freq);