summaryrefslogtreecommitdiffabout
path: root/gammu/emb/common/device/serial/ser_djg.h
blob: b35b2825758aab9b340c0fd84fcaf548a618f195 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

#ifdef DJGPP
#ifndef djgppserial_h
#define djgppserial_h

typedef struct {
	int 	hPhone;
} GSM_Device_SerialData;

#endif
#endif

/* How should editor hadle tabs in this file? Add editor commands here.
 * vim: noexpandtab sw=8 ts=8 sts=8:
 */