summaryrefslogtreecommitdiff
path: root/src/superio/fintek/f71859/f71859.h
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@alterapraxis.com>2014-03-29 20:42:58 +1100
committerAlexandru Gagniuc <mr.nuke.me@gmail.com>2014-04-02 01:08:32 +0200
commita270586d4b077149ab1eb1823ccb17c90f840ec7 (patch)
tree094e2e43304b8a44e108c3a53887b9f132ec7044 /src/superio/fintek/f71859/f71859.h
parentb5a49ad9d782698f1a845953729eb489456d803d (diff)
downloadcoreboot-a270586d4b077149ab1eb1823ccb17c90f840ec7.tar.xz
superio/fintek/f71859: Avoid .c includes
Following the same reasoning as commit d304331 superio/fintek/f81865f: Avoid .c includes Clean up the early_serial #include directives in mainboard/romstage code. Change-Id: I3577ca3f761fb699dc51141a02e1f853bf1f1a21 Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-on: http://review.coreboot.org/5417 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
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 */