home *** CD-ROM | disk | FTP | other *** search
- IFND POWERPC_PORTSPPC_I
- POWERPC_PORTSPPC_I SET 1
- **
- ** $VER: portsPPC.i 12.0 (1.8.97)
- **
- ** structures related to WarpOS message ports
- **
-
- IFND EXEC_TYPES_I
- include exec/types.i
- ENDC
-
- IFND EXEC_LISTS_I
- include exec/lists.i
- ENDC
-
- IFND EXEC_PORTS_I
- include exec/ports.i
- ENDC
-
- IFND POWERPC_SEMAPHORESPPC_I
- include powerpc/semaphoresPPC.i
- ENDC
-
- IFND POWERPCLIB_V7 ;only for V8+
-
- **** PPC Message Port structure
-
- STRUCTURE MP_PPC,MP_SIZE ;standard exec msg port
- STRUCT MP_PPC_INTMSG,LH_SIZE ;private
- STRUCT MP_PPC_SEM,SSPPC_SIZE ;private
- LABEL MP_PPC_SIZE
-
- **** node type for a PPC message port
- NT_MSGPORTPPC = 101
-
- ENDC ;POWERPCLIB_V7
-
- ENDC ; PORTSPPC_I
-