Core:EXTLINUX: convert mangle name to C
[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         ; cache.c
16         extern cache_init
17
18         ; load_config.c
19         extern load_config
20
21         ; ext2.c
22         extern init_fs, searchdir, getfssec, mangle_name
23
24 %endif ; EXTERN_INC