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
blobb0d74a40bd783526933cb4825a4e09d3997b6f18
1 /*
2 Copyright © 1995-2014, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 extern struct ELFNode *FirstELF;
8 int AddKernelFile(char *name);
9 void FreeKernelList(void);