summaryrefslogtreecommitdiff
path: root/core/extern.inc
blob: 4c7b149a61c3d9db06eb92a8a018b9b46fc700ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
;
; extern.inc
;
; Prototypes for external functions

%ifndef EXTERN_INC
%define EXTERN_INC

	; rllpack.c
	extern rllpack, rllunpack

	; hello.c
	extern hello

	; fs.c
	extern fs_init, searchdir, getfssec, mangle_name, load_config
        extern unmangle_name

%if IS_SYSLINUX
        ; fat.c
        extern alloc_fill_dir, readdir
%endif

%endif ; EXTERN_INC