summaryrefslogtreecommitdiffabout
path: root/gammu/emb/common/phone/nokia/dct3/n6110.h
blob: d243766d7dcd339d3511221634c5cae8412c6e5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
/* (c) 2002-2003 by Marcin Wiacek */

#ifndef n6110_h
#define n6110_h

#include "../../../config.h"
#include "../../../service/sms/gsmsms.h"
#include "dct3comm.h"

typedef struct {
#ifndef ENABLE_LGPL
	unsigned char			MagicBytes[4];
#endif
	int				LastCalendarPos;
	DCT3_WAPSettings_Locations	WAPLocations;

	GSM_SMSMemoryStatus		LastSMSStatus;
	int				LastSMSRead;

	int				PhoneLanguage;
} GSM_Phone_N6110Data;

typedef enum {
	N6110_Auto = 1,
	N6110_Europe
} N6110_Language;

#ifndef GSM_USED_MBUS2
#  define GSM_USED_MBUS2
#endif
#ifndef GSM_USED_FBUS2
#  define GSM_USED_FBUS2
#endif
#ifndef GSM_USED_FBUS2IRDA
#  define GSM_USED_FBUS2IRDA
#endif
#ifndef GSM_USED_IRDAPHONET
#  define GSM_USED_IRDAPHONET
#endif

#endif

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