1 #include <exec/devices.h>
10 struct MinList readQueue
;
11 struct MinList writeQueue
;
13 void (*errorCallback
)(struct IOStdReq
*req
, int err
);
16 unsigned char termarray
[8];
24 struct SignalSemaphore sigsem
;
27 int (*raise
)(int sig
);
28 struct LibcInterface
*iface
;