summaryrefslogtreecommitdiff
path: root/hw/ssi.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/ssi.h
parent5493e33f12b75207f8b1bb993ba97e47b3d8de85 (diff)
downloadqemu-a984a69e570d7639dba3f0b4a21b5169955162e4.tar.gz
PXA SSI qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'hw/ssi.h')
-rw-r--r--hw/ssi.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/ssi.h b/hw/ssi.h
index d9865e64de..aab740fc56 100644
--- a/hw/ssi.h
+++ b/hw/ssi.h
@@ -38,4 +38,7 @@ SSIBus *ssi_create_bus(void);
uint32_t ssi_transfer(SSIBus *bus, uint32_t val);
+/* max111x.c */
+void max111x_set_input(DeviceState *dev, int line, uint8_t value);
+
#endif