summaryrefslogtreecommitdiffstats
path: root/src/superio/smsc/sio1036/sio1036.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/smsc/sio1036/sio1036.h')
-rw-r--r--src/superio/smsc/sio1036/sio1036.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/superio/smsc/sio1036/sio1036.h b/src/superio/smsc/sio1036/sio1036.h
index e61b600f5ac4..fa52a1a5c8a5 100644
--- a/src/superio/smsc/sio1036/sio1036.h
+++ b/src/superio/smsc/sio1036/sio1036.h
@@ -26,4 +26,9 @@
#define LPT_POWER_DOWN (1 << 2)
#define IR_OUPUT_MUX (1 << 6)
+#include <arch/io.h>
+#include <stdint.h>
+
+void sio1036_enable_serial(device_t dev, u16 iobase);
+
#endif /* SUPERIO_SMSC_1306_H */