fbc4759bdffac0ba71108a0036411c6f143b5b3b
[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, pm_searchdir, getfssec, pm_mangle_name, load_config
17         extern close_file
18
19         ; chdir.c
20         extern pm_realpath
21
22         ; readdir.c
23         extern opendir, readdir, closedir
24
25         ; newconfig.c
26         extern pm_is_config_file
27
28 %if IS_PXELINUX
29         ; pxe.c
30         extern unload_pxe, reset_pxe
31 %endif
32
33 %endif ; EXTERN_INC