home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / oslib / oslib_1 / OSLib / Computer / Hdr / PipeFS < prev    next >
Encoding:
Text File  |  1995-06-22  |  938 b   |  39 lines

  1. ;Assembler header file for PipeFS
  2. ;written by DefMod (Jun 12 1995) on Thu Jun 22 12:13:54 1995
  3. ;Jonathan Coxhead, Acorn Computers Ltd
  4.  
  5.         [       :LNOT: :DEF: Get_Types
  6.         GBLS    Get_Types
  7.         ]
  8.         [       :LNOT: :DEF: Types_Hdr
  9. Get_Types                       SETS    "GET OS:Hdr.Types"
  10.         |
  11. Get_Types                       SETS    ""
  12.         ]
  13.         $Get_Types
  14.  
  15.         [       :LNOT: :DEF: Get_OS
  16.         GBLS    Get_OS
  17.         ]
  18.         [       :LNOT: :DEF: OS_Hdr
  19. Get_OS                          SETS    "GET OS:Hdr.OS"
  20.         |
  21. Get_OS                          SETS    ""
  22.         ]
  23.         $Get_OS
  24.  
  25.         [       :LNOT: :DEF: PipeFS_Hdr
  26.         GBLS    PipeFS_Hdr
  27.  
  28. ;Symbols for constants
  29. Error_PipeFSNoBlocking          *       &12F00
  30.  
  31. ;Symbols for SWI's and SWI reason codes
  32. UpCall_SleepNoMore              *       &7
  33.    ;Entry
  34.    ;  R0 = &7
  35.    ;  R1 = pollword (pointer to Int)
  36.  
  37.         ]
  38.         END
  39.