Gammu internals  1.38.0
ser_unx.h
Go to the documentation of this file.
1 
2 #ifndef WIN32
3 #ifndef DJGPP
4 #ifndef unixserial_h
5 #define unixserial_h
6 
7 #include <fcntl.h>
8 #include <sys/ioctl.h>
9 #include <termios.h>
10 
11 typedef struct {
12  int hPhone;
13  struct termios old_settings;
15 
16 #endif
17 #endif
18 #endif
19 
20 /* How should editor hadle tabs in this file? Add editor commands here.
21  * vim: noexpandtab sw=8 ts=8 sts=8:
22  */