VM: simplify slab allocator
[minix.git] / lib / libsys / sys_eniop.c
blobca0681b44ca576d2c9b8db91f21c794969c6e616
1 #include "syslib.h"
3 /*===========================================================================*
4 * sys_enable_iop *
5 *===========================================================================*/
6 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.IOP_ENDPT = proc_ep;
11 return _kernel_call(SYS_IOPENABLE, &m_iop);