1 " ******************************************************
 2 " *                                                    *
 3 " * Copyright, (C) Honeywell Bull Inc., 1987           *
 4 " *                                                    *
 5 " * Copyright (c) 1987 by Massachusetts Institute of   *
 6 " * Technology and Honeywell Information Systems, Inc. *
 7 " *                                                    *
 8 " * Copyright (c) 1972 by Massachusetts Institute of   *
 9 " * Technology and Honeywell Information Systems, Inc. *
10 " *                                                    *
11 " ******************************************************
12 
13 " Written in antiquity, probably by Morris.
14 " Modified February 1983 by Chris Jones for IOI rewrite.
15 
16           include   gate_macros
17 
18           hardcore_gate_info  ioi_
19 
20           hgate     connect,ioi_connect,ioi_connect,3
21           hgate     connect_pcw,ioi_connect,ioi_connect_pcw,4
22           hgate     get_detailed_status,ioi_get_status,detailed_status,4
23           hgate     get_special_status,ioi_get_status,special_status,4
24           hgate     release_devices,ioi_suspend_devices,ioi_release_devices,2
25           hgate     set_channel_required,ioi_set,channel_required,4
26           hgate     set_event,ioi_set,event,3
27           hgate     set_status,ioi_set,status,4
28           hgate     suspend_devices,ioi_suspend_devices,ioi_suspend_devices,2
29           hgate     timeout,ioi_set,timeout,3
30           hgate     workspace,ioi_set,workspace,4
31 
32           end