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

updated ruby and ruby-dev (2.6.4 -> 2.7.1)
author Hans-G?nter Theisgen
date Tue Apr 14 15:51:31 2020 +0100 (2020-04-14)
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