summaryrefslogtreecommitdiffabout
path: root/gammu/emb/common/phone/nokia/dct4/n3320.h
Unidiff
Diffstat (limited to 'gammu/emb/common/phone/nokia/dct4/n3320.h') (more/less context) (ignore whitespace changes)
-rw-r--r--gammu/emb/common/phone/nokia/dct4/n3320.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/gammu/emb/common/phone/nokia/dct4/n3320.h b/gammu/emb/common/phone/nokia/dct4/n3320.h
new file mode 100644
index 0000000..13825a9
--- a/dev/null
+++ b/gammu/emb/common/phone/nokia/dct4/n3320.h
@@ -0,0 +1,30 @@
1/* (c) 2004 by Marcin Wiacek */
2
3#ifndef n3320_h
4#define n3320_h
5
6#include "../ncommon.h"
7#include "../../../service/sms/gsmsms.h"
8
9#ifndef GSM_USED_MBUS2
10# define GSM_USED_MBUS2
11#endif
12#ifndef GSM_USED_FBUS2
13# define GSM_USED_FBUS2
14#endif
15
16typedef struct {
17 int LastCalendarYear;
18 int LastCalendarPos;
19 GSM_NOKIACalToDoLocationsLastCalendar;
20 int FirstCalendarPos;
21 unsigned char CalendarIcons[10];
22 GSM_CalendarNoteType CalendarIconsTypes[10];
23 int CalendarIconsNum;
24} GSM_Phone_N3320Data;
25
26#endif
27
28/* How should editor hadle tabs in this file? Add editor commands here.
29 * vim: noexpandtab sw=8 ts=8 sts=8:
30 */