summaryrefslogtreecommitdiffabout
path: root/gammu/emb/common/phone/nokia/dct3/n7110.h
Unidiff
Diffstat (limited to 'gammu/emb/common/phone/nokia/dct3/n7110.h') (more/less context) (show whitespace changes)
-rw-r--r--gammu/emb/common/phone/nokia/dct3/n7110.h45
1 files changed, 45 insertions, 0 deletions
diff --git a/gammu/emb/common/phone/nokia/dct3/n7110.h b/gammu/emb/common/phone/nokia/dct3/n7110.h
new file mode 100644
index 0000000..a7934c2
--- a/dev/null
+++ b/gammu/emb/common/phone/nokia/dct3/n7110.h
@@ -0,0 +1,45 @@
1/* (c) 2002-2003 by Marcin Wiacek */
2
3#ifndef n7110_h
4#define n7110_h
5
6#include "../ncommon.h"
7#include "dct3comm.h"
8
9typedef struct {
10 int LastCalendarYear;
11 int LastCalendarPos;
12 GSM_NOKIACalToDoLocationsLastCalendar;
13 int FirstCalendarPos;
14
15 GSM_NOKIASMSFolder LastSMSFolder;
16 GSM_SMSFolders LastSMSFolders;
17 GSM_NOKIASMSFolder LastPictureImageFolder;
18
19 DCT3_WAPSettings_LocationsWAPLocations;
20} GSM_Phone_N7110Data;
21
22#ifndef GSM_USED_MBUS2
23# define GSM_USED_MBUS2
24#endif
25#ifndef GSM_USED_FBUS2
26# define GSM_USED_FBUS2
27#endif
28#ifndef GSM_USED_FBUS2DLR3
29# define GSM_USED_FBUS2DLR3
30#endif
31#ifndef GSM_USED_FBUS2BLUE
32# define GSM_USED_FBUS2BLUE
33#endif
34#ifndef GSM_USED_IRDAPHONET
35# define GSM_USED_IRDAPHONET
36#endif
37#ifndef GSM_USED_BLUEFBUS2
38# define GSM_USED_BLUEFBUS2
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 */