Sign in
goma
/
wine
/
2d37e9b8cf67b53b1c86e46e00e6ddcf7841ec50
/
.
/
include
/
comm.h
blob: e65df31afa1e54f6dc34728aebb28174550130ba [
file
] [
log
] [
blame
]
#ifndef
__WINE_COMM_H
#define
__WINE_COMM_H
#define
MAX_PORTS
9
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 */