Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / openbios / arch / x86 / boot.h
1 /* tag: openbios loader prototypes for x86
2  *
3  * Copyright (C) 2004 Stefan Reinauer
4  *
5  * See the file "COPYING" for further information about
6  * the copyright and warranty status of this work.
7  */
8
9 /* linux_load.c */
10 int linux_load(struct sys_info *info, const char *file, const char *cmdline);
11
12 /* context.c */
13 extern struct context *__context;
14 unsigned int start_elf(unsigned long entry_point, unsigned long param);
15
16 /* boot.c */
17 extern void boot(void);
18 extern void go(void);