summaryrefslogtreecommitdiffstats
path: root/hw/omap.h
diff options
context:
space:
mode:
authorcmchao <cmchao@gmail.com>2010-05-31 23:54:13 +0800
committerAurelien Jarno <aurelien@aurel32.net>2010-06-30 20:41:35 +0200
commite5c6b25a14e83831cd9e3520addae97bc73bda52 (patch)
tree9703cf072e903436f664dcd616900e05dc7d61d9 /hw/omap.h
parentf83ccb3eab5926b5ed37db7e94e0f22ec8754003 (diff)
downloadhqemu-e5c6b25a14e83831cd9e3520addae97bc73bda52.zip
hqemu-e5c6b25a14e83831cd9e3520addae97bc73bda52.tar.gz
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/omap.h b/hw/omap.h
index d305779..ebd166f 100644
--- a/hw/omap.h
+++ b/hw/omap.h
@@ -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);
OpenPOWER on IntegriCloud