Sparc64: fix native Unix version build

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>

git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@668 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Blue Swirl
2010-01-23 14:43:02 +00:00
parent b135ff9ead
commit 01e48a6f39

View File

@@ -35,6 +35,7 @@
#include "openbios-version.h"
#include "blk.h"
#include "ofmem.h"
#define MEMORY_SIZE (4*1024*1024) /* 4M ram for hosted system */
#define DICTIONARY_SIZE (256*1024) /* 256k for the dictionary */
@@ -67,6 +68,12 @@ unsigned long isa_io_base;
int errno_int; /* implement for fs drivers, needed to build on Mac OS X */
ucell ofmem_claim(ucell addr, ucell size, ucell align)
{
return 0;
}
#if 0
static void write_dictionary(char *filename)
{