aboutsummaryrefslogtreecommitdiff
path: root/sys/gio/nsppkern/gktescape.x
blob: ad8ff494e9b5a72fcc06204633613f680e79baf3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright(c) 1986 Association of Universities for Research in Astronomy Inc.

# GKt_ESCAPE -- Pass a device dependent instruction on to the kernel.  
# The nspp kernel does not have any escape functions at present.

procedure gkt_escape (fn, instruction, nwords)

int	fn			# function code
short	instruction[ARB]	# instruction data words
int	nwords			# length of instruction

begin
end