1 " *********************************************************
2 " * *
3 " * Copyright, C BULL HN Information Systems Inc., 1989 *
4 " * *
5 " *********************************************************
6 " HISTORY COMMENTS:
7 " 1) change89-03-16Parisek, approve89-10-25MECR0012,
8 " audit89-10-25Farley, install89-10-25MR12.3-1100:
9 " Add support of protocol mpx.
10 " END HISTORY COMMENTS
11
12 " ***********************************************************
13 " * gate to protocol_mpx *
14 " * *
15 " * C. Claveleira - June 3, 1986 *
16 " * *
17 " * Modified 27 Nov 1986 : add set_special_listener *
18 " * and remove_special_listener *
19 " ***********************************************************
20
21 include gate_macros
22
23
24 hardcore_gate_info protocol_ring0_iso_
25
26 hgate set_listener,protocol_mpx,set_listener,3
27 hgate set_special_listener,protocol_mpx,set_special_listener,4
28 hgate remove_listener,protocol_mpx,remove_listener,2
29 hgate remove_special_listener,protocol_mpx,remove_special_listener,2
30 hgate ncon_req,protocol_mpx,ncon_req,7
31 hgate ncon_resp,protocol_mpx,ncon_resp,4
32 hgate ndt_req,protocol_mpx,ndt_req,5
33 hgate write,protocol_mpx,write,6
34 hgate read,protocol_mpx,read,5
35 hgate ndis_req,protocol_mpx,ndis_req,3
36 hgate get_info,protocol_mpx,get_info,6
37
38 end