1 " **************************************************************
 2 " *                                                            *
 3 " * Copyright, (C) Massachusetts Institute of Technology, 1983 *
 4 " *                                                            *
 5 " **************************************************************
 6 
 7 "         gate from ring 2 to ring 1 for forum notifications.
 8 "         Jay Pattin 8/4/83
 9 
10           name forum_notify_gate_
11 
12           include gate_macros
13           include stack_header
14           include stack_frame
15 
16           gate_info
17 
18           gate      accept,forum_notifications_,accept,1
19           gate      refuse,forum_notifications_,refuse,1
20           gate      init,forum_notifications_,init,1
21           gate      lookup,forum_notifications_,lookup,3
22 
23           end