mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user