mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Fix NetBSD booting
git-svn-id: svn://coreboot.org/openbios/openbios-devel@278 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user