wok annotate 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
rev   line source
pascal@13691 1 #ifndef __BOOTLINUX_H
pascal@13691 2 #define __BOOTLINUX_H
pascal@13691 3 extern void loadkernel(void);
pascal@13691 4 extern void loadinitrd(void);
pascal@13691 5 extern void bootlinux(char *cmdline);
pascal@13691 6 #endif