aboutsummaryrefslogtreecommitdiff
path: root/src/superio/fintek/f71805f/f71805f.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/fintek/f71805f/f71805f.h')
-rw-r--r--src/superio/fintek/f71805f/f71805f.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/superio/fintek/f71805f/f71805f.h b/src/superio/fintek/f71805f/f71805f.h
index 0670128da1..6aae58f299 100644
--- a/src/superio/fintek/f71805f/f71805f.h
+++ b/src/superio/fintek/f71805f/f71805f.h
@@ -38,4 +38,6 @@
#define F71805F_GPIO 0x06 /* General Purpose I/O (GPIO) */
#define F71805F_PME 0x0a /* Power Management Events (PME) */
-#endif
+void f71805f_enable_serial(device_t dev, u16 iobase);
+
+#endif /* SUPERIO_FINTEK_F71805F_F71805F_H */