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/ssi.h | |
parent | 5493e33f12b75207f8b1bb993ba97e47b3d8de85 (diff) |
PXA SSI qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'hw/ssi.h')
-rw-r--r-- | hw/ssi.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |