repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
define POSIXC_SELECT so we don't pull in the inline select from bsdsocket, but use...
[AROS.git]
/
arch
/
arm-native
/
ceboot
/
elf_io.h
blob
b0d74a40bd783526933cb4825a4e09d3997b6f18
1
/*
2
Copyright © 1995-2014, The AROS Development Team. All rights reserved.
3
$Id$
4
*/
5
6
extern
struct
ELFNode
*
FirstELF
;
7
8
int
AddKernelFile
(
char
*
name
);
9
void
FreeKernelList
(
void
);