qemu-i440fx: add a prototype for main()

This probably belongs elsewhere, but I haven't found a nice place yet.

Change-Id: I9ca52db33905cf4ee229d7ff44012105915271a8
Signed-off-by: Patrick Georgi <patrick@georgi-clan.de>
Reviewed-on: http://review.coreboot.org/4720
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
This commit is contained in:
Patrick Georgi 2014-01-18 18:28:58 +01:00 committed by Idwer Vollering
parent 1386d5ccb0
commit 946923b0fb
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@
#include "memory.c"
void main(unsigned long bist);
void main(unsigned long bist)
{
int cbmem_was_initted;