Fix Sparc64 native unix build

git-svn-id: svn://coreboot.org/openbios/openbios-devel@402 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Blue Swirl
2009-01-13 19:31:14 +00:00
parent 3bcc49243a
commit f7b372866c

View File

@@ -61,6 +61,8 @@ int verbose = 0;
#ifdef CONFIG_PPC
uint32_t isa_io_base;
#elif defined(CONFIG_SPARC64)
unsigned long isa_io_base;
#endif
int errno_int; /* implement for fs drivers, needed to build on Mac OS X */