fs: move to a chdir()-based mechanism for managing cwd
[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, mangle_name, load_config
17         extern unmangle_name, close_file
18
19         ; chdir.c
20         extern pm_realpath
21
22         ; readdir.c
23         extern opendir, readdir, closedir
24 %if IS_PXELINUX
25         ; pxe.c
26         extern unload_pxe, reset_pxe
27 %endif
28
29 %endif ; EXTERN_INC