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

python-edbus-dev, python-edje-dev, python-elementary-dev, python-evas-dev: back to 1.7.0
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 08 09:46:06 2013 +0200 (2013-06-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