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

syslinux:isohybrid.sh/iso2exe.sh rework GPT partition
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 30 11:10:35 2018 +0200 (2018-05-30)
parents 65b3fd0022ed
children
line source
1 #ifndef __BOOTLINUX_H
2 #define __BOOTLINUX_H
3 extern unsigned long loadkernel(void);
4 extern void loadinitrd(void);
5 extern void bootlinux(char *cmdline);
6 #endif