2 Copyright © 1995-2006, The AROS Development Team. All rights reserved.
5 Desc: Internal information for aros.library.
8 #ifndef _AROS_INTERN_H_
9 #define _AROS_INTERN_H_
11 #include <exec/types.h>
12 #include <exec/libraries.h>
15 #include LC_LIBDEFS_FILE
18 This is the ArosBase structure. It is documented here because it is
19 completely private. Applications should treat it as a struct Library, and
20 use the aros.library functions to get information.
25 struct Library aros_LibNode
;
29 #endif /* _AROS_INTERN_H */