Revision aee39503 hw/omap.h

b/hw/omap.h
658 658
                qemu_irq irq, omap_clk fclk, omap_clk iclk,
659 659
                qemu_irq txdma, qemu_irq rxdma,
660 660
                const char *label, CharDriverState *chr);
661
struct omap_uart_s *omap2_uart_init(struct omap_target_agent_s *ta,
661
struct omap_uart_s *omap2_uart_init(MemoryRegion *sysmem,
662
                struct omap_target_agent_s *ta,
662 663
                qemu_irq irq, omap_clk fclk, omap_clk iclk,
663 664
                qemu_irq txdma, qemu_irq rxdma,
664 665
                const char *label, CharDriverState *chr);
......
952 953
                const char *core);
953 954

  
954 955
/* omap2.c */
955
struct omap_mpu_state_s *omap2420_mpu_init(unsigned long sdram_size,
956
struct omap_mpu_state_s *omap2420_mpu_init(MemoryRegion *sysmem,
957
                unsigned long sdram_size,
956 958
                const char *core);
957 959

  
958 960
# if TARGET_PHYS_ADDR_BITS == 32

Also available in: Unified diff