1 #include "../syslib/syslib.h"
3 /*===========================================================================*
5 *===========================================================================*/
6 PUBLIC
int sys_enable_iop(proc_nr
)
7 int proc_nr
; /* number of process to allow I/O */
10 m_iop
.IO_ENDPT
= proc_nr
;
11 return _taskcall(SYSTASK
, SYS_IOPENABLE
, &m_iop
);