summaryrefslogtreecommitdiff
path: root/qemu/vl.h
diff options
context:
space:
mode:
authorbalrog <balrog>2007-11-17 14:07:12 +0000
committerbalrog <balrog>2007-11-17 14:07:12 +0000
commitde658f111cbabcf374a92d23e6634c2fa657ecf7 (patch)
treee0605c8108c70badd67b89821ac4ac7e8a5e4358 /qemu/vl.h
parent01622a603e871a3a1dbb370325571b498e8df572 (diff)
Convert PXA2xx GPIOs and SCOOP GPIOs to a qemu_irq based api (similar to omap, max7310 and s3c gpios).
Convert spitz and gumstix boards to use new api. Remove now obsolete gpio_handler_t definition.
Diffstat (limited to 'qemu/vl.h')
-rw-r--r--qemu/vl.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/qemu/vl.h b/qemu/vl.h
index 752bccd7..326f92f2 100644
--- a/qemu/vl.h
+++ b/qemu/vl.h
@@ -1420,9 +1420,6 @@ void ecc_reset(struct ecc_state_s *s);
void ecc_put(QEMUFile *f, struct ecc_state_s *s);
void ecc_get(QEMUFile *f, struct ecc_state_s *s);
-/* GPIO */
-typedef void (*gpio_handler_t)(int line, int level, void *opaque);
-
/* ads7846.c */
struct ads7846_state_s;
uint32_t ads7846_read(void *opaque);