00001 // _Id: syssndmsg.c,v 1.3 2004-09-06 14:50:48 roart Exp $ 00002 // _Locker: $ 00003 00004 // Author. Roar Thronęs. 00005 00006 #include<linux/linkage.h> 00007 #include<linux/kernel.h> 00008 00009 #include<descrip.h> 00010 #include<opcdef.h> 00011 00012 asmlinkage int exe_sndopr(void *msgbuf, unsigned short int chan) { 00013 struct dsc_descriptor * d=msgbuf; 00014 struct _opcdef * msg = d->dsc_a_pointer; 00015 00016 printk("%s\n",&msg->opc_l_ms_text); 00017 // reimplement this 00018 } 00019 00020