8 struct DosDeviceStruct
{
9 char *devicename
; /* /dev/cua1 */
16 int commerror
, eventmask
;
19 unsigned ibuf_size
,ibuf_head
,ibuf_tail
;
20 unsigned obuf_size
,obuf_head
,obuf_tail
;
22 int wnd
, n_read
, n_write
;
26 extern void COMM_Init(void);
28 #endif /* __WINE_COMM_H */