home *** CD-ROM | disk | FTP | other *** search
- ;AAsm header file for PipeFS
- ;written by DefMod (Aug 8 1994) on Tue Aug 9 19:38:52 1994
-
- [ :LNOT: :DEF: Get_Types
- GBLS Get_Types
- Get_Types SETS "GET OS:Hdr.Types"
- |
- Get_Types SETS ""
- ]
- $Get_Types
-
- [ :LNOT: :DEF: Get_OS
- GBLS Get_OS
- Get_OS SETS "GET OS: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
-