start service tasks separately in-case platforms need to perform additional set-up...
[AROS.git] / rom / aros / aros_intern.h
blobad75d4b0708a9d8068117f0a14a1eafebee26feb
1 /*
2 Copyright © 1995-2006, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: Internal information for aros.library.
6 Lang:
7 */
8 #ifndef _AROS_INTERN_H_
9 #define _AROS_INTERN_H_
11 #include <exec/types.h>
12 #include <exec/libraries.h>
13 #include <dos/dos.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.
23 LIBBASETYPE
25 struct Library aros_LibNode;
26 APTR aros_KernelBase;
29 #endif /* _AROS_INTERN_H */