Imported gammu 0.90.7
[gammu.git] / common / phone / nokia / dct3 / n6110.h
blobb1deb8f1cf23740e6943985b20a5c3fb7ba82cff
2 #ifndef n6110_h
3 #define n6110_h
5 #include "../../../../cfg/config.h"
6 #include "../../../service/sms/gsmsms.h"
7 #include "dct3comm.h"
9 typedef struct {
10 #ifndef ENABLE_LGPL
11 unsigned char MagicBytes[4];
12 #endif
13 int LastCalendarPos;
14 DCT3_WAPSettings_Locations WAPLocations;
16 GSM_SMSMemoryStatus LastSMSStatus;
17 int LastSMSRead;
19 int PhoneLanguage;
20 } GSM_Phone_N6110Data;
22 typedef enum {
23 N6110_Auto = 1,
24 N6110_Europe,
25 } N6110_Language;
27 #ifndef GSM_USED_MBUS2
28 # define GSM_USED_MBUS2
29 #endif
30 #ifndef GSM_USED_FBUS2
31 # define GSM_USED_FBUS2
32 #endif
33 #ifndef GSM_USED_FBUS2IRDA
34 # define GSM_USED_FBUS2IRDA
35 #endif
36 #ifndef GSM_USED_IRDAPHONET
37 # define GSM_USED_IRDAPHONET
38 #endif
40 #endif
42 /* How should editor hadle tabs in this file? Add editor commands here.
43 * vim: noexpandtab sw=8 ts=8 sts=8: