;Assembler header file for PipeFS
;written by DefMod (Dec 31 2005) on Sat Dec 31 14:01:39 2005
;Jonathan Coxhead, jonathan@doves.demon.co.uk, 9 Aug 1994

        [       :LNOT: :DEF: PipeFS_Hdr
        GBLS    PipeFS_Hdr

        [       :LNOT: :DEF: Get_Types
        GBLS    Get_Types
        ]
        [       :LNOT: :DEF: Types_Hdr
Get_Types                       SETS    "GET oslib/Types.Hdr"
        |
Get_Types                       SETS    ""
        ]
        $Get_Types

        [       :LNOT: :DEF: Get_OS
        GBLS    Get_OS
        ]
        [       :LNOT: :DEF: OS_Hdr
Get_OS                          SETS    "GET oslib/OS.Hdr"
        |
Get_OS                          SETS    ""
        ]
        $Get_OS

;Symbols for constants
Error_PipeFSNoBlocking          *       &12F00

;Symbols for SWI's and SWI reason codes
UpCall_SleepNoMore              *       &7
   ;Entry
   ;  R0 = &7
   ;  R1 = pollword (pointer to Int)

        ]
        END
