Imported gammu 0.90.7
[gammu.git] / common / device / serial / ser_djg.h
blob4645cf8a07843bc740834d041494ab0ae2d0b02b
2 #ifdef DJGPP
3 #ifndef djgppserial_h
4 #define djgppserial_h
6 typedef struct {
7 int hPhone;
8 } GSM_Device_SerialData;
10 #endif
11 #endif
13 /* How should editor hadle tabs in this file? Add editor commands here.
14 * vim: noexpandtab sw=8 ts=8 sts=8: