Mercurial > hg > Members > kono > nitros9-code
diff defs/pipedefs @ 516:6f1799317d2b
Consolidated pipedefs
author | boisy |
---|---|
date | Thu, 10 Oct 2002 15:06:55 +0000 |
parents | c07686556109 |
children | 0a678473d5cf |
line wrap: on
line diff
--- a/defs/pipedefs Thu Oct 10 15:05:28 2002 +0000 +++ b/defs/pipedefs Thu Oct 10 15:06:55 2002 +0000 @@ -1,7 +1,30 @@ - ifeq PIPEDEFS + IFEQ PIPEDEFS PIPEDEFS set 1 +* +* Copyright 1988 by Microware Systems Corporation +* All Rights Reserved +* +* Named pipe equates by Burke & Burke. +* All rights assigned to Microware Systems Corporation. +* +* This file contains proprietary information of Microware Systems +* Corporation. Persons accessing this file will be held strictly +* accountable for their use of the information herein. +* + +* +* OS9 Level 2 Pipe Definitions +* +* Modification History +* -------------------- +* +* Date Who Description +* -------- --- ----------------------------------------- +* 12/03/88 cjb Coded from new PIPEMAN comments +* + nam PipeDefs ttl OS-9 Pipe Definitions @@ -66,6 +89,10 @@ org (PD.OPT+1) PD.ESiz rmb 1 ;Size of each queue element PD.ECnt rmb 2 ;Max. elements in queue (initial position) + IFGT Level-1 + org (PD.OPT+3) +PD.Name rmb NameMax + ENDC * * Device Descriptor definitions @@ -77,5 +104,6 @@ IT.ECnt rmb 2 ;Max. elements in queue (initial position) * End of pipedefs - endc + ENDC +