aboutsummaryrefslogtreecommitdiff
path: root/src/superio/fintek/f71872/f71872.h
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@alterapraxis.com>2014-03-31 15:13:07 +1100
committerAlexandru Gagniuc <mr.nuke.me@gmail.com>2014-04-02 01:08:09 +0200
commit880e5248dc625f00fe3bc83d13b88730020d577a (patch)
tree065448ed4c5edf7a8fb9f3f6bda6c460fce99efb /src/superio/fintek/f71872/f71872.h
parentade70a0482fa4ed36d8d2d75f190876ccd7cbad5 (diff)
superio/fintek/f71872: 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: Ia021229154dc90b830a314f3adc2a0dd444bd68d Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-on: http://review.coreboot.org/5436 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Diffstat (limited to 'src/superio/fintek/f71872/f71872.h')
-rw-r--r--src/superio/fintek/f71872/f71872.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/superio/fintek/f71872/f71872.h b/src/superio/fintek/f71872/f71872.h
index 585b142ab4..577f8d11d9 100644
--- a/src/superio/fintek/f71872/f71872.h
+++ b/src/superio/fintek/f71872/f71872.h
@@ -32,4 +32,6 @@
#define F71872_VID 0x07 /* VID */
#define F71872_PM 0x0a /* ACPI/PME */
-#endif
+void f71872_enable_serial(device_t dev, u16 iobase);
+
+#endif /* SUPERIO_FINTEK_F71872_F71872_H */