mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Fix some Sparc64 compile warnings
git-svn-id: svn://coreboot.org/openbios/openbios-devel@190 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -10,11 +10,13 @@ int forth_load(struct sys_info *info, const char *filename, const char *cmdline)
|
||||
int elf_load(struct sys_info *info, const char *filename, const char *cmdline);
|
||||
int linux_load(struct sys_info *info, const char *file, const char *cmdline);
|
||||
|
||||
unsigned int start_elf(unsigned long entry_point, unsigned long param);
|
||||
uint64_t start_elf(uint64_t entry_point, uint64_t param);
|
||||
|
||||
void boot(void);
|
||||
|
||||
extern uint64_t kernel_image;
|
||||
extern uint64_t kernel_size;
|
||||
extern uint64_t cmdline;
|
||||
extern uint64_t qemu_cmdline;
|
||||
extern uint64_t cmdline_size;
|
||||
extern char boot_device;
|
||||
extern struct sys_info sys_info;
|
||||
|
||||
Reference in New Issue
Block a user