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

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

procedure zrdm70 (chan, buf, nbytes, offset)

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

begin
	call zardbf (chan, buf, nbytes, offset)
end