1 " ***********************************************************
 2 " *                                                         *
 3 " * Copyright, (C) Honeywell Information Systems Inc., 1982 *
 4 " *                                                         *
 5 " * Copyright (c) 1972 by Massachusetts Institute of        *
 6 " * Technology and Honeywell Information Systems, Inc.      *
 7 " *                                                         *
 8 " ***********************************************************
 9 
10 "         "         "         "         "         "         "         "         "
11 "
12 "         This is the I/O switch transfer vector for the crz outer module.
13 "
14 "         "         "         "         "         "         "         "         "
15 
16           name      crz
17           entry     crzmodule
18 
19           segref    crz_dim,crz_attach,crz_detach,crz_read,crz_setsize,crz_getsize,crz_changemode
20           segref    crz_dim,crz_order
21           segref    crz_dim,crz_resetread
22           segref    ios_,no_entry
23 
24 crzmodule:
25           tra       *+1,6
26 
27           tra       crz_attach
28           tra       crz_detach
29           tra       crz_read
30           tra       no_entry
31           tra       no_entry
32           tra       crz_order
33           tra       crz_resetread
34           tra       no_entry
35           tra       crz_setsize
36           tra       crz_getsize
37           tra       no_entry
38           tra       no_entry
39           tra       no_entry
40           tra       no_entry
41           tra       crz_changemode
42           tra       no_entry
43           tra       no_entry
44           tra       no_entry
45           tra       no_entry
46           tra       no_entry
47           tra       no_entry
48 
49           end       crzmodule