aboutsummaryrefslogtreecommitdiff
path: root/src/superio/fintek/f71889/f71889.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/fintek/f71889/f71889.h')
-rw-r--r--src/superio/fintek/f71889/f71889.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/superio/fintek/f71889/f71889.h b/src/superio/fintek/f71889/f71889.h
index 1b6a369473..6dc43b36a2 100644
--- a/src/superio/fintek/f71889/f71889.h
+++ b/src/superio/fintek/f71889/f71889.h
@@ -34,4 +34,6 @@
#define F71889_PME 0x0a /* Power Management Events (PME) and ACPI */
#define F71889_VREF 0x0b /* Vref */
-#endif
+void f71889_enable_serial(device_t dev, u16 iobase);
+
+#endif /* SUPERIO_FINTEK_F71889_F71889_H */