projects
/
profile
/
ivi
/
syslinux.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' into core32
[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
%endif ; EXTERN_INC