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 
9 typedef struct {
10 	int				LastCalendarYear;
11 	int				LastCalendarPos;
12 	GSM_NOKIACalToDoLocations	LastCalendar;
13 	int				FirstCalendarPos;
14 
15 	GSM_NOKIASMSFolder		LastSMSFolder;
16 	GSM_SMSFolders			LastSMSFolders;
17 	GSM_NOKIASMSFolder		LastPictureImageFolder;
18 
19 	DCT3_WAPSettings_Locations	WAPLocations;
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  */
46