2 Copyright © 1995-2006, The AROS Development Team. All rights reserved.
5 Desc: Internal header file for lowlevel library
8 #ifndef __LOWLEVEL_INTERN_H__
9 #define __LOWLEVEL_INTERN_H__
11 #include <exec/types.h>
12 #include <exec/libraries.h>
13 #include <exec/execbase.h>
14 #include <exec/interrupts.h>
15 #include <exec/semaphores.h>
17 #include <proto/exec.h>
19 #include <aros/debug.h>
22 This is the LowLevelBase structure. It is documented here because
23 it is completely private. Applications should treat it as a struct
24 Library, and use the workbench.library functions to get information.
29 struct Library ll_Lib
;
31 struct SignalSemaphore ll_Lock
;
32 struct Interrupt ll_VBlank
;
35 /* Variables used by amiga-m68k */
37 struct Library
*ll_PotgoBase
;
41 * Defintion of internal structures.
44 #endif /* __LOWLEVEL_INTERN_H__ */