3 /*===========================================================================*
5 *===========================================================================*/
6 PUBLIC
int sys_enable_iop(proc_nr_e
)
7 int proc_nr_e
; /* number of process to allow I/O */
10 m_iop
.IO_ENDPT
= proc_nr_e
;
11 return _taskcall(SYSTASK
, SYS_IOPENABLE
, &m_iop
);