Merge branch 'isolinux'
[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         ; fat.c
19         extern alloc_fill_dir, readdir
20
21 %endif ; EXTERN_INC