aboutsummaryrefslogtreecommitdiff
path: root/src/superio/fintek/f71859/f71859.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/fintek/f71859/f71859.h')
-rw-r--r--src/superio/fintek/f71859/f71859.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/superio/fintek/f71859/f71859.h b/src/superio/fintek/f71859/f71859.h
index 2c89d19e7a..580fa34e9d 100644
--- a/src/superio/fintek/f71859/f71859.h
+++ b/src/superio/fintek/f71859/f71859.h
@@ -24,4 +24,6 @@
/* Logical Device Numbers (LDN). */
#define F71859_SP1 0x03 /* UART1 */
-#endif
+void f71859_enable_serial(device_t dev, u16 iobase);
+
+#endif /* SUPERIO_FINTEK_F71859_F71859_H */