6 struct DosDeviceStruct
{
7 char *devicename
; /* /dev/cua1 */
14 int commerror
, eventmask
;
17 unsigned ibuf_size
,ibuf_head
,ibuf_tail
;
18 unsigned obuf_size
,obuf_head
,obuf_tail
;
20 int wnd
, n_read
, n_write
;
23 extern void COMM_Init(void);
25 #endif /* __WINE_COMM_H */