diff options
author | Maksim Kozlov <m.kozlov@samsung.com> | 2012-02-16 09:56:05 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2012-02-17 11:13:02 +0000 |
commit | e5a4914efc75c8880d7088dc0871766e5b73673f (patch) | |
tree | 33afd8bb2d8c22854aef02d872802e9e89cf2f6a /hw/exynos4210.h | |
parent | 0caa711335a676225041d014d49e65992f9f269f (diff) | |
download | qemu-e5a4914efc75c8880d7088dc0871766e5b73673f.tar.gz qemu-e5a4914efc75c8880d7088dc0871766e5b73673f.tar.bz2 qemu-e5a4914efc75c8880d7088dc0871766e5b73673f.zip |
ARM: exynos4210: UART support
Add basic support of exynos4210 UART
Signed-off-by: Maksim Kozlov <m.kozlov@samsung.com>
Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/exynos4210.h')
-rw-r--r-- | hw/exynos4210.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/hw/exynos4210.h b/hw/exynos4210.h index 0026a52dbc..e7522f851a 100644 --- a/hw/exynos4210.h +++ b/hw/exynos4210.h @@ -119,4 +119,13 @@ uint32_t exynos4210_get_irq(uint32_t grp, uint32_t bit); void exynos4210_combiner_get_gpioin(Exynos4210Irq *irqs, DeviceState *dev, int ext); +/* + * exynos4210 UART + */ +DeviceState *exynos4210_uart_create(target_phys_addr_t addr, + int fifo_size, + int channel, + CharDriverState *chr, + qemu_irq irq); + #endif /* EXYNOS4210_H_ */ |