wok-next annotate syslinux/stuff/iso2exe/bootlinux.h @ rev 21727

created recipe for vbindiff
author Hans-Günter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 65b3fd0022ed
children
rev   line source
pascal@13691 1 #ifndef __BOOTLINUX_H
pascal@13691 2 #define __BOOTLINUX_H
pascal@14261 3 extern unsigned long loadkernel(void);
pascal@13691 4 extern void loadinitrd(void);
pascal@13691 5 extern void bootlinux(char *cmdline);
pascal@13691 6 #endif