summaryrefslogtreecommitdiffabout
path: root/gammu/emb/common/phone/nokia/dct3/n6110.h
Unidiff
Diffstat (limited to 'gammu/emb/common/phone/nokia/dct3/n6110.h') (more/less context) (ignore whitespace changes)
-rw-r--r--gammu/emb/common/phone/nokia/dct3/n6110.h45
1 files changed, 45 insertions, 0 deletions
diff --git a/gammu/emb/common/phone/nokia/dct3/n6110.h b/gammu/emb/common/phone/nokia/dct3/n6110.h
new file mode 100644
index 0000000..d243766
--- a/dev/null
+++ b/gammu/emb/common/phone/nokia/dct3/n6110.h
@@ -0,0 +1,45 @@
1/* (c) 2002-2003 by Marcin Wiacek */
2
3#ifndef n6110_h
4#define n6110_h
5
6#include "../../../config.h"
7#include "../../../service/sms/gsmsms.h"
8#include "dct3comm.h"
9
10typedef struct {
11#ifndef ENABLE_LGPL
12 unsigned char MagicBytes[4];
13#endif
14 int LastCalendarPos;
15 DCT3_WAPSettings_LocationsWAPLocations;
16
17 GSM_SMSMemoryStatus LastSMSStatus;
18 int LastSMSRead;
19
20 int PhoneLanguage;
21} GSM_Phone_N6110Data;
22
23typedef enum {
24 N6110_Auto = 1,
25 N6110_Europe
26} N6110_Language;
27
28#ifndef GSM_USED_MBUS2
29# define GSM_USED_MBUS2
30#endif
31#ifndef GSM_USED_FBUS2
32# define GSM_USED_FBUS2
33#endif
34#ifndef GSM_USED_FBUS2IRDA
35# define GSM_USED_FBUS2IRDA
36#endif
37#ifndef GSM_USED_IRDAPHONET
38# define GSM_USED_IRDAPHONET
39#endif
40
41#endif
42
43/* How should editor hadle tabs in this file? Add editor commands here.
44 * vim: noexpandtab sw=8 ts=8 sts=8:
45 */