projects
/
profile
/
ivi
/
syslinux.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge commit 'liu/master'; fix Files[] definition
[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
extern unmangle_name
18
19
%if IS_SYSLINUX
20
; fat.c
21
extern alloc_fill_dir, readdir
22
%endif
23
24
%endif ; EXTERN_INC