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

Add: libsecret 0.18
author Alexander Medvedev <devl547@gmail.com>
date Sun Feb 08 19:36:25 2015 +0000 (2015-02-08)
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