Trust uboot's device list only if it does not look suspicious.
[AROS.git] / compiler / alib / alib_intern.h
blob4d40fa02dc55935b1a258ccb456d969c70dc7bd7
1 #ifndef _ALIB_INTERN_H
2 #define _ALIB_INTERN_H
4 /*
5 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
6 $Id$
7 */
9 #ifndef EXEC_TYPES_H
10 # include <exec/types.h>
11 #endif
12 #ifndef UTILITY_HOOKS_H
13 # include <utility/hooks.h>
14 #endif
15 #ifndef AROS_SYSTEM_H
16 # include <aros/system.h>
17 #endif
18 #ifndef AROS_ASMCALL_H
19 # include <aros/asmcall.h>
20 #endif
22 #endif /* _ALIB_INTERN_H */