diff options
author | cmchao <cmchao@gmail.com> | 2010-05-31 23:54:15 +0800 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2010-06-30 20:41:36 +0200 |
commit | c58d37cfdc5d470219f0bd6b27687bf48fbbdbea (patch) | |
tree | ae64edef176d61d2f557d682a408547c60264c5c /hw/omap.h | |
parent | d82310f759640923b537aacd8142f3cddd0716d5 (diff) |
hw/omap2.c : separate gptimer module
Signed-off-by: cmchao <cmchao@gmail.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'hw/omap.h')
-rw-r--r-- | hw/omap.h | 2 |
1 files changed, 2 insertions, 0 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, |