Merge branch 'core32' of git://git.zytor.com/syslinux/syslinux 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         ; cache.c
16         extern cache_init, get_cache_block
17
18 %endif ; EXTERN_INC