Sign in
goma
/
wine
/
84c70f55b56c0715382a3d947320b1d7d4c5d0fd
/
.
/
include
/
comm.h
blob: 5f2b0af1777778be824b03e0f6004fd80a70de8a [
file
]
#ifndef
__WINE_COMM_H
#define
__WINE_COMM_H
#define
MAX_PORTS
16
struct
DosDeviceStruct
{
char
*
devicename
;
/* /dev/cua1 */
int
fd
;
int
suspended
;
int
unget
;
int
unget_byte
;
int
baudrate
;
};
extern
void
COMM_Init
(
void
);
#endif
/* __WINE_COMM_H */