wok diff syslinux/stuff/iso2exe/bootlinux.h @ rev 13713

syslinux/iso2exe: add loram support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Dec 18 16:09:07 2012 +0100 (2012-12-18)
parents
children 65b3fd0022ed
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/syslinux/stuff/iso2exe/bootlinux.h	Tue Dec 18 16:09:07 2012 +0100
     1.3 @@ -0,0 +1,6 @@
     1.4 +#ifndef __BOOTLINUX_H
     1.5 +#define __BOOTLINUX_H
     1.6 +extern void loadkernel(void);
     1.7 +extern void loadinitrd(void);
     1.8 +extern void bootlinux(char *cmdline);
     1.9 +#endif