mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
hw/omap2.c : separate gptimer module
Signed-off-by: cmchao <cmchao@gmail.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
d82310f759
commit
c58d37cfdc
4 changed files with 487 additions and 463 deletions
|
@ -631,9 +631,11 @@ struct omap_mpu_timer_s;
|
|||
struct omap_mpu_timer_s *omap_mpu_timer_init(target_phys_addr_t base,
|
||||
qemu_irq irq, omap_clk clk);
|
||||
|
||||
/* OMAP2 gp timer */
|
||||
struct omap_gp_timer_s;
|
||||
struct omap_gp_timer_s *omap_gp_timer_init(struct omap_target_agent_s *ta,
|
||||
qemu_irq irq, omap_clk fclk, omap_clk iclk);
|
||||
void omap_gp_timer_reset(struct omap_gp_timer_s *s);
|
||||
|
||||
struct omap_watchdog_timer_s;
|
||||
struct omap_watchdog_timer_s *omap_wd_timer_init(target_phys_addr_t base,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue