wok annotate syslinux/stuff/iso2exe/bootlinux.h @ rev 22023
Remove cat process
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Oct 20 12:39:13 2019 +0200 (2019-10-20) |
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 |