aboutsummaryrefslogtreecommitdiff
path: root/sys/gio/sgikern/sgiescape.x
blob: ff2480cdd1b5641c01d59cdb3adc1372c05db451 (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.

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

procedure sgi_escape (fn, instruction, nwords)

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

begin
end