aboutsummaryrefslogtreecommitdiffstats
path: root/hw/devices.h
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2009-05-14 22:35:09 +0100
committerPaul Brook <paul@codesourcery.com>2009-05-14 22:35:09 +0100
commita984a69e570d7639dba3f0b4a21b5169955162e4 (patch)
tree22914d569bacc9951f69aae2fff9d60d77fe6f68 /hw/devices.h
parent5493e33f12b75207f8b1bb993ba97e47b3d8de85 (diff)
PXA SSI qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'hw/devices.h')
-rw-r--r--hw/devices.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/hw/devices.h b/hw/devices.h
index 1691a1437..156bde2a2 100644
--- a/hw/devices.h
+++ b/hw/devices.h
@@ -6,12 +6,6 @@
/* smc91c111.c */
void smc91c111_init(NICInfo *, uint32_t, qemu_irq);
-/* ads7846.c */
-typedef struct ADS7846State ADS7846State;
-uint32_t ads7846_read(void *opaque);
-void ads7846_write(void *opaque, uint32_t value);
-ADS7846State *ads7846_init(qemu_irq penirq);
-
/* tsc210x.c */
uWireSlave *tsc2102_init(qemu_irq pint);
uWireSlave *tsc2301_init(qemu_irq penirq, qemu_irq kbirq, qemu_irq dav);