summaryrefslogtreecommitdiff
path: root/hw/imx.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/imx.h')
-rw-r--r--hw/imx.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/hw/imx.h b/hw/imx.h
index 707e943aab..ccf586fefe 100644
--- a/hw/imx.h
+++ b/hw/imx.h
@@ -23,4 +23,12 @@ typedef enum {
uint32_t imx_clock_frequency(DeviceState *s, IMXClk clock);
+void imx_timerp_create(const target_phys_addr_t addr,
+ qemu_irq irq,
+ DeviceState *ccm);
+void imx_timerg_create(const target_phys_addr_t addr,
+ qemu_irq irq,
+ DeviceState *ccm);
+
+
#endif /* IMX_H */