2 Copyright © 1995-2006, The AROS Development Team. All rights reserved.
5 Desc: Internal data structures for misc.resource
13 #include <exec/types.h>
16 #include <exec/nodes.h>
18 #ifndef EXEC_SEMAPHORES_H
19 #include <exec/semaphores.h>
21 #ifndef RESOURCES_MISC_H
22 #include <resources/misc.h>
25 #include <exec/libraries.h>
31 struct SignalSemaphore mb_Lock
;
33 char *mb_owners
[MR_MAXUNIT
];
36 #define GPB(x) ((struct MiscBase *)x)
38 #endif //MISC_INTERN_H