summaryrefslogtreecommitdiffabout
path: root/gammu/emb/common/phone/symbian/mroutgen.h
blob: af38fe5b855a77c72a4ada0da57e5e5d38dbaafa (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
/* (c) 2003 by Marcin Wiacek */

#ifndef mroutgen_h
#define mroutgen_h

#include "../../gsmcomon.h"
#include "../../gsmstate.h"
#include "../../service/gsmmisc.h"
#include "../../service/sms/gsmsms.h"

#ifndef GSM_USED_MROUTERBLUE
#  define GSM_USED_MROUTERBLUE
#endif
#ifndef GSM_USED_IRDAMROUTER
#  define GSM_USED_IRDAMROUTER
#endif
#ifndef GSM_USED_BLUEMROUTER
#  define GSM_USED_BLUEMROUTER
#endif

typedef struct {
	int fake;
} GSM_Phone_MROUTERGENData;

#endif

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