summary refs log tree commit diff stats
path: root/include/hw/arm/imx.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/arm/imx.h')
-rw-r--r--include/hw/arm/imx.h12
1 files changed, 2 insertions, 10 deletions
diff --git a/include/hw/arm/imx.h b/include/hw/arm/imx.h
index ea9e093277..b1885603c3 100644
--- a/include/hw/arm/imx.h
+++ b/include/hw/arm/imx.h
@@ -11,17 +11,9 @@
 #ifndef IMX_H
 #define IMX_H
 
-void imx_serial_create(int uart, const hwaddr addr, qemu_irq irq);
-
-typedef enum  {
-    NOCLK,
-    MCU,
-    HSP,
-    IPG,
-    CLK_32k
-} IMXClk;
+#include "hw/misc/imx_ccm.h"
 
-uint32_t imx_clock_frequency(DeviceState *s, IMXClk clock);
+void imx_serial_create(int uart, const hwaddr addr, qemu_irq irq);
 
 void imx_timerp_create(const hwaddr addr,
                       qemu_irq irq,