Imported gammu 0.90.7
[gammu.git] / common / phone / nokia / dct4 / n3650.h
blob109bf89084047fe575990173b545da5b6baa2344
2 #ifndef n3650_h
3 #define n3650_h
5 #include "../../../gsmcomon.h"
6 #include "../../../gsmstate.h"
7 #include "../../../service/gsmmisc.h"
8 #include "../../../service/sms/gsmsms.h"
10 #ifndef GSM_USED_MBUS2
11 # define GSM_USED_MBUS2
12 #endif
13 #ifndef GSM_USED_FBUS2
14 # define GSM_USED_FBUS2
15 #endif
17 typedef struct {
18 int FileLev;
19 int FilesLocationsUsed;
20 int FilesLocationsCurrent;
21 GSM_File *Files[10000];
22 int FileEntries;
23 } GSM_Phone_N3650Data;
25 #endif
27 /* How should editor hadle tabs in this file? Add editor commands here.
28 * vim: noexpandtab sw=8 ts=8 sts=8: