Revision f3354b0e hw/omap.h

b/hw/omap.h
93 93
struct omap_sdrc_s;
94 94
struct omap_sdrc_s *omap_sdrc_init(target_phys_addr_t base);
95 95

  
96
/* OMAP2 general purpose memory controller */
96 97
struct omap_gpmc_s;
97 98
struct omap_gpmc_s *omap_gpmc_init(target_phys_addr_t base, qemu_irq irq);
99
void omap_gpmc_reset(struct omap_gpmc_s *s);
98 100
void omap_gpmc_attach(struct omap_gpmc_s *s, int cs, int iomemtype,
99 101
                void (*base_upd)(void *opaque, target_phys_addr_t new),
100 102
                void (*unmap)(void *opaque), void *opaque);

Also available in: Unified diff