; filelog - log all actions performed on any files
; copyright abandoned 2000,  Kiwi Software (Luke Graham)
; Version 0.0.3,  last updated 23/02/2000 (lrg)

; OS_BGet entry point look up tables

 AREA	|osBGetData|, DATA, READONLY

bgetVS			DCB	"OS_BGet called  file handle (r1) = 0x%7x",0
			ALIGN

 END
