diff options
author | balrog <balrog> | 2007-11-17 14:07:12 +0000 |
---|---|---|
committer | balrog <balrog> | 2007-11-17 14:07:12 +0000 |
commit | de658f111cbabcf374a92d23e6634c2fa657ecf7 (patch) | |
tree | e0605c8108c70badd67b89821ac4ac7e8a5e4358 /qemu/vl.h | |
parent | 01622a603e871a3a1dbb370325571b498e8df572 (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.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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); |