Fix NetBSD booting

git-svn-id: svn://coreboot.org/openbios/openbios-devel@278 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Blue Swirl
2008-12-01 18:04:16 +00:00
parent c77259ec3a
commit 1b49d198f1
4 changed files with 33 additions and 29 deletions

View File

@@ -24,10 +24,11 @@ extern struct context *__context;
unsigned int start_elf(unsigned long entry_point, unsigned long param);
// romvec.c
void *init_openprom(unsigned long memsize, const char *path);
void *init_openprom(unsigned long memsize);
// boot.c
extern struct sys_info sys_info;
extern const char *bootpath;
void boot(void);
// sys_info.c