7 #ifndef POWERPC_SEMAPHORESPPC_H
8 #include <powerpc/semaphoresPPC.h>
9 #endif /* POWERPC_SEMAPHORESPPC_H */
11 #ifndef POWERPC_PORTSPPC_H
12 #include <powerpc/portsPPC.h>
13 #endif /* POWERPC_PORTSPPC_H */
15 // not real instance data. This struct is located before the object data.
18 struct SignalSemaphorePPC objectlistsem
;
19 struct MinList objectlist
;
20 struct SignalSemaphorePPC notilistsem
;
21 struct MinList notilist
;
23 struct MsgPortPPC
*msgport
;
26 struct SC_Class
*oclass
;
29 #define myThreadRootInst(obj) (((struct ThreadRootInst *)(obj)) - 1)