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 /* boot.c */
13 extern void boot(void);
14 
15