diff options
author | cmchao <cmchao@gmail.com> | 2010-05-31 23:54:13 +0800 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2010-06-30 20:41:35 +0200 |
commit | e5c6b25a14e83831cd9e3520addae97bc73bda52 (patch) | |
tree | 9703cf072e903436f664dcd616900e05dc7d61d9 /hw/omap.h | |
parent | f83ccb3eab5926b5ed37db7e94e0f22ec8754003 (diff) |
hw/omap1.c : separate gpio 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 | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -671,6 +671,7 @@ void omap_mpuio_key(struct omap_mpuio_s *s, int row, int col, int down); struct omap_gpio_s; struct omap_gpio_s *omap_gpio_init(target_phys_addr_t base, qemu_irq irq, omap_clk clk); +void omap_gpio_reset(struct omap_gpio_s *s); qemu_irq *omap_gpio_in_get(struct omap_gpio_s *s); void omap_gpio_out_set(struct omap_gpio_s *s, int line, qemu_irq handler); |