aboutsummaryrefslogtreecommitdiff
path: root/vl.h
diff options
context:
space:
mode:
Diffstat (limited to 'vl.h')
-rw-r--r--vl.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/vl.h b/vl.h
index e427991ffb..7365d67668 100644
--- a/vl.h
+++ b/vl.h
@@ -1500,6 +1500,12 @@ uint8_t nand_getio(struct nand_flash_s *s);
#include "ecc.h"
+/* ads7846.c */
+struct ads7846_state_s;
+uint32_t ads7846_read(void *opaque);
+void ads7846_write(void *opaque, uint32_t value);
+struct ads7846_state_s *ads7846_init(qemu_irq penirq);
+
/* PCMCIA/Cardbus */
struct pcmcia_socket_s {