00001 // _Id: sysdclexh.c,v 1.2 2005-10-27 14:51:46 roart Exp $ 00002 // _Locker: $ 00003 00004 // Author. Roar Thronęs. 00005 00006 #include<linux/linkage.h> 00007 #include<misc.h> 00008 #include<ssdef.h> 00009 #include<system_data_cells.h> 00010 00011 asmlinkage int exe_dclexh(long handler) { 00012 struct _exh * exh = handler; 00013 exh->exh_l_flink = ctl$gl_thexec; 00014 ctl_gl_thexec = exh; 00015 return SS__NORMAL; 00016 } 00017