diff options
| author | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-09-20 01:10:32 +0000 |
|---|---|---|
| committer | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-09-20 01:10:32 +0000 |
| commit | 75554a3ca10a7ad295d2a3d2e14ee6ba90f94c8b (patch) | |
| tree | 772244a72079f42be3bfaaac347e1b85386e7612 /hw/omap.h | |
| parent | b031ebc5c6be6e6e9453fb8bb499a821720e6880 (diff) | |
| download | focaccia-qemu-75554a3ca10a7ad295d2a3d2e14ee6ba90f94c8b.tar.gz focaccia-qemu-75554a3ca10a7ad295d2a3d2e14ee6ba90f94c8b.zip | |
Allow attaching devices to OMAP UARTs.
Also avoid two signedness warnings in hw/omap2.c. The API to attach new devices to serials is fine, bu the implementation is a hack. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5263 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/omap.h')
| -rw-r--r-- | hw/omap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/omap.h b/hw/omap.h index 7006ecbe8e..4c30436a3e 100644 --- a/hw/omap.h +++ b/hw/omap.h @@ -660,6 +660,7 @@ struct omap_uart_s *omap2_uart_init(struct omap_target_agent_s *ta, qemu_irq irq, omap_clk fclk, omap_clk iclk, qemu_irq txdma, qemu_irq rxdma, CharDriverState *chr); void omap_uart_reset(struct omap_uart_s *s); +void omap_uart_attach(struct omap_uart_s *s, CharDriverState *chr); struct omap_mpuio_s; struct omap_mpuio_s *omap_mpuio_init(target_phys_addr_t base, |