wok-6.x view syslinux/stuff/iso2exe/bootlinux.h @ rev 20620

pypi.python.org access with untrusted https
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Dec 31 11:54:16 2018 +0100 (2018-12-31)
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