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

updated libao and libao-dev (1.1.0 -> 1.2.2)
author Hans-Günter Theisgen
date Mon Mar 02 17:05:10 2020 +0100 (2020-03-02)
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