X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=hw%2Fomap.h;h=68ce030e119c651d2cf848046ad781386833f7ce;hb=52ee68d18171cdd590e49905e3cee4009bb33855;hp=28d940638e7cb0a76d5569c25d2c193265d5b207;hpb=17c4622098b65c6eedf733f4f2e24099bcd53ff3;p=qemu diff --git a/hw/omap.h b/hw/omap.h index 28d9406..68ce030 100644 --- a/hw/omap.h +++ b/hw/omap.h @@ -76,7 +76,6 @@ struct omap_l3_s; struct omap_l4_s *omap_l4_init(target_phys_addr_t base, int ta_num); struct omap_target_agent_s; -struct omap_target_agent_s *omap_l4ta_get(struct omap_l4_s *bus, int cs); target_phys_addr_t omap_l4_attach(struct omap_target_agent_s *ta, int region, int iotype); target_phys_addr_t omap_l4_base(struct omap_target_agent_s *ta, int region); @@ -99,16 +98,6 @@ struct omap_prcm_s *omap_prcm_init(struct omap_target_agent_s *ta, qemu_irq mpu_int, qemu_irq dsp_int, qemu_irq iva_int, struct omap_mpu_state_s *mpu); -struct omap3_prm_s; -struct omap3_prm_s *omap3_prm_init(struct omap_target_agent_s *ta, - qemu_irq mpu_int, qemu_irq iva_int, - struct omap_mpu_state_s *mpu); - -struct omap3_cm_s; -struct omap3_cm_s *omap3_cm_init(struct omap_target_agent_s *ta, - qemu_irq mpu_int, qemu_irq dsp_int, qemu_irq iva_int, - struct omap_mpu_state_s *mpu); - struct omap_sysctl_s; struct omap_sysctl_s *omap_sysctl_init(struct omap_target_agent_s *ta, omap_clk iclk, struct omap_mpu_state_s *mpu);