wok view syslinux/stuff/iso2exe/bootlinux.h @ rev 13691

syslinux: add iso2exe
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 13 14:33:27 2012 +0100 (2012-12-13)
parents
children 65b3fd0022ed
line source
1 #ifndef __BOOTLINUX_H
2 #define __BOOTLINUX_H
3 extern void loadkernel(void);
4 extern void loadinitrd(void);
5 extern void bootlinux(char *cmdline);
6 #endif