add initial sparc32 (qemu) support by Blue Swirl

git-svn-id: svn://coreboot.org/openbios/openbios-devel@3 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Stefan Reinauer
2006-04-26 16:39:16 +00:00
parent 790e50099c
commit 9a04f5a6c1
40 changed files with 4112 additions and 2 deletions

7
arch/sparc32/loadfs.h Normal file
View File

@@ -0,0 +1,7 @@
int file_open(const char *filename);
int lfile_read(void *buf, unsigned long len);
int file_seek(unsigned long offset);
unsigned long file_size(void);