home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 1 / RISC_DISC_1.iso / pd_share / code / oslib / Hdr / PipeFS < prev    next >
Encoding:
Text File  |  1994-08-09  |  799 b   |  34 lines

  1. ;AAsm header file for PipeFS
  2. ;written by DefMod (Aug  8 1994) on Tue Aug  9 19:38:52 1994
  3.  
  4.         [       :LNOT: :DEF: Get_Types
  5.         GBLS    Get_Types
  6. Get_Types                       SETS    "GET OS:Hdr.Types"
  7.         |
  8. Get_Types                       SETS    ""
  9.         ]
  10.         $Get_Types
  11.  
  12.         [       :LNOT: :DEF: Get_OS
  13.         GBLS    Get_OS
  14. Get_OS                          SETS    "GET OS:Hdr.OS"
  15.         |
  16. Get_OS                          SETS    ""
  17.         ]
  18.         $Get_OS
  19.  
  20.         [       :LNOT: :DEF: PipeFS_Hdr
  21.         GBLS    PipeFS_Hdr
  22.  
  23. ;Symbols for constants
  24. Error_PipeFSNoBlocking          *       &12F00
  25.  
  26. ;Symbols for SWI's and SWI reason codes
  27. UpCall_SleepNoMore              *       &7
  28.    ;Entry
  29.    ;  R0 = &7
  30.    ;  R1 = pollword (pointer to Int)
  31.  
  32.         ]
  33.         END
  34.