updated the required hidds. sam440-ppc target is booting again.
[AROS.git] / compiler / include / aros / arosbase.h
blobcd6da2373891f9a89161804a75f421b1d9059858
1 #ifndef AROS_AROSBASE_H
2 #define AROS_AROSBASE_H
4 /*
5 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
6 $Id$
8 Desc: aros.library general defines
9 Lang: english
12 #ifndef EXEC_LIBRARIES_H
13 #include <exec/libraries.h>
14 #endif
16 #define AROSLIBNAME "aros.library"
18 /* Minimum version that supports everything from the current includes. */
19 /* Will be bumped whenever new functions are added to the library. */
20 #define AROSLIBVERSION 41
21 #define AROSLIBREVISION 1
24 #endif /* AROS_AROSBASE_H */