Imported gammu 0.90.7
[gammu.git] / common / device / serial / ser_unx.h
blob3a0c85bef157df7a1167dde62fcec986069719fa
2 #ifndef WIN32
3 #ifndef DJGPP
4 #ifndef unixserial_h
5 #define unixserial_h
7 #include <fcntl.h>
8 #include <sys/ioctl.h>
9 #include <termios.h>
11 typedef struct {
12 int hPhone;
13 struct termios backup_termios; /* Structure to backup the setting of the terminal. */
14 } GSM_Device_SerialData;
16 #endif
17 #endif
18 #endif
20 /* How should editor hadle tabs in this file? Add editor commands here.
21 * vim: noexpandtab sw=8 ts=8 sts=8: