commit | a984a69e570d7639dba3f0b4a21b5169955162e4 | [log] [tgz] |
---|---|---|
author | Paul Brook <paul@codesourcery.com> | Thu May 14 22:35:09 2009 +0100 |
committer | Paul Brook <paul@codesourcery.com> | Thu May 14 22:35:09 2009 +0100 |
tree | 22914d569bacc9951f69aae2fff9d60d77fe6f68 | |
parent | 5493e33f12b75207f8b1bb993ba97e47b3d8de85 [diff] [blame] |
PXA SSI qdev conversion Signed-off-by: Paul Brook <paul@codesourcery.com>
diff --git a/hw/ssi.h b/hw/ssi.h index d9865e6..aab740f 100644 --- a/hw/ssi.h +++ b/hw/ssi.h
@@ -38,4 +38,7 @@ uint32_t ssi_transfer(SSIBus *bus, uint32_t val); +/* max111x.c */ +void max111x_set_input(DeviceState *dev, int line, uint8_t value); + #endif