;Assembler header file for PipeFS
;written by DefMod (Oct 26 2000) on Tue Dec 12 18:10:35 2000
;Jonathan Coxhead, jonathan@doves.demon.co.uk, 9 Aug 1994

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

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

        [       :LNOT: :DEF: PipeFS_Hdr
        GBLS    PipeFS_Hdr

;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
