panic() cleanup.
[minix.git] / lib / libsys / sys_eniop.c
blob91b1e3d9b3718bd8a53d9b9e59ebf19f49073fb8
1 #include "syslib.h"
3 /*===========================================================================*
4 * sys_enable_iop *
5 *===========================================================================*/
6 PUBLIC int sys_enable_iop(proc_ep)
7 endpoint_t proc_ep; /* number of process to allow I/O */
9 message m_iop;
10 m_iop.IO_ENDPT = proc_ep;
11 return _kernel_call(SYS_IOPENABLE, &m_iop);