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

ARM: remove audiofile (dont compile on tank) and add xorg-recordproto
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 09 03:50:37 2014 +0100 (2014-03-09)
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