2 Copyright 2015, The AROS Development Team. All rights reserved.
9 #ifndef EXEC_LIBRARIES_H
10 # include <exec/libraries.h>
14 # include <proto/exec.h>
17 #ifndef EXEC_SEMAPHORES_H
18 # include <exec/semaphores.h>
21 #include <dos/notify.h>
23 #include "gl_libdefs.h"
27 struct Library glb_Lib
;
28 struct Library
*glb_DOS
;
29 struct SignalSemaphore glb_Sem
;
30 struct NotifyRequest glb_Notify
;
34 #define GLB(lb) ((struct LIBBASE *)lb)
36 #endif /* GL_INTERN_H */