summaryrefslogtreecommitdiff
path: root/src/boot/hardwaremain.c
diff options
context:
space:
mode:
authorGreg Watson <jarrah@users.sourceforge.net>2004-03-26 02:32:45 +0000
committerGreg Watson <jarrah@users.sourceforge.net>2004-03-26 02:32:45 +0000
commit23e2e18960d5ffed4bc8bb082f1ef8e471307657 (patch)
treeb99cd83c884082dd816a53de851226cd475b2861 /src/boot/hardwaremain.c
parent27916da0a914ee6e096bb98b4e5112511221281f (diff)
downloadcoreboot-23e2e18960d5ffed4bc8bb082f1ef8e471307657.tar.xz
cleanup code to remove warnings
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1482 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/boot/hardwaremain.c')
-rw-r--r--src/boot/hardwaremain.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/boot/hardwaremain.c b/src/boot/hardwaremain.c
index e3667cccd8..86ea097965 100644
--- a/src/boot/hardwaremain.c
+++ b/src/boot/hardwaremain.c
@@ -46,6 +46,10 @@ it with the version available from LANL.
#define CONFIG_MAX_PHYSICAL_CPUS CONFIG_MAX_CPUS
#endif
+#if CONFIG_FS_STREAM == 1
+extern int filo(struct lb_memory *);
+#endif
+
/* The processor map.
* Now that SMP is in linuxbios, and Linux counts on us
* giving accurate information about processors, we need a map