projects
/
profile
/
ivi
/
syslinux.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Core:pxelinux: add %if IS_PXELINUX statement in extern.inc
[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, close_file
18
19
; dir.c
20
extern opendir, readdir, closedir
21
%if IS_PXELINUX
22
; pxe.c
23
extern unload_pxe, reset_pxe
24
%endif
25
26
%endif ; EXTERN_INC