Release 970525
[wine/multimedia.git] / include / comm.h
blob5f2b0af1777778be824b03e0f6004fd80a70de8a
1 #ifndef __WINE_COMM_H
2 #define __WINE_COMM_H
4 #define MAX_PORTS 16
6 struct DosDeviceStruct {
7 char *devicename; /* /dev/cua1 */
8 int fd;
9 int suspended;
10 int unget;
11 int unget_byte;
12 int baudrate;
15 extern void COMM_Init(void);
17 #endif /* __WINE_COMM_H */