9 struct DosDeviceStruct
{
10 char *devicename
; /* /dev/cua1 */
17 int commerror
, eventmask
;
20 unsigned ibuf_size
,ibuf_head
,ibuf_tail
;
21 unsigned obuf_size
,obuf_head
,obuf_tail
;
23 int wnd
, n_read
, n_write
;
24 HANDLE s_read
, s_write
;
27 extern void COMM_Init(void);
28 extern HANDLE
COMM_CreatePort(LPCSTR name
, DWORD access
);
30 #endif /* __WINE_COMM_H */