diff options
author | Paul Brook <paul@codesourcery.com> | 2009-05-14 22:35:09 +0100 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2009-05-14 22:35:09 +0100 |
commit | a984a69e570d7639dba3f0b4a21b5169955162e4 (patch) | |
tree | 22914d569bacc9951f69aae2fff9d60d77fe6f68 /hw/devices.h | |
parent | 5493e33f12b75207f8b1bb993ba97e47b3d8de85 (diff) |
PXA SSI qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'hw/devices.h')
-rw-r--r-- | hw/devices.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/hw/devices.h b/hw/devices.h index 1691a1437c..156bde2a28 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); |