aboutsummaryrefslogtreecommitdiff
path: root/vl.h
diff options
context:
space:
mode:
Diffstat (limited to 'vl.h')
-rw-r--r--vl.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/vl.h b/vl.h
index 752bccd740..326f92f290 100644
--- a/vl.h
+++ b/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);