aboutsummaryrefslogtreecommitdiff
path: root/unix/gdev/iism75/zzrdii.x
blob: f72058c34b29284d90079ba9824e4107b5f44576 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright(c) 1986 Association of Universities for Research in Astronomy Inc.

include	<mach.h>
include	"m75.h"

# ZZRDII -- Initiate an asynchronous read from the IIS.

procedure zzrdii (fcb, buf, nbytes, offset)

pointer	fcb			# pointer to channel descriptor
char	buf[ARB]		# output buffer
int	nbytes			# number of  bytes to read
long	offset			# not used for this device

begin
	call zardbf (FCB_CHAN(fcb), buf, nbytes, offset)
end