aboutsummaryrefslogtreecommitdiff
path: root/hw/ssi.h
diff options
context:
space:
mode:
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