Core:PXELINUX: pxelinux derivative merged succeesfully
[profile/ivi/syslinux.git] / core / extern.inc
1 ;
2 ; extern.inc
3 ;
4 ; Prototypes for external functions
5
6 %ifndef EXTERN_INC
7 %define EXTERN_INC
8
9         ; rllpack.c
10         extern rllpack, rllunpack
11
12         ; hello.c
13         extern hello
14
15         ; fs.c
16         extern fs_init, searchdir, getfssec, mangle_name, load_config
17
18 %if IS_SYSLINUX
19         ; fat.c
20         extern alloc_fill_dir, readdir
21
22 %elif IS_PXELINUX
23         ; pxe.c
24         extern gendotquad
25 %endif
26
27 %endif ; EXTERN_INC