summaryrefslogtreecommitdiffabout
path: root/gammu/emb/common/phone/symbian/mroutgen.h
Unidiff
Diffstat (limited to 'gammu/emb/common/phone/symbian/mroutgen.h') (more/less context) (show whitespace changes)
-rw-r--r--gammu/emb/common/phone/symbian/mroutgen.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/gammu/emb/common/phone/symbian/mroutgen.h b/gammu/emb/common/phone/symbian/mroutgen.h
new file mode 100644
index 0000000..af38fe5
--- a/dev/null
+++ b/gammu/emb/common/phone/symbian/mroutgen.h
@@ -0,0 +1,29 @@
1/* (c) 2003 by Marcin Wiacek */
2
3#ifndef mroutgen_h
4#define mroutgen_h
5
6#include "../../gsmcomon.h"
7#include "../../gsmstate.h"
8#include "../../service/gsmmisc.h"
9#include "../../service/sms/gsmsms.h"
10
11#ifndef GSM_USED_MROUTERBLUE
12# define GSM_USED_MROUTERBLUE
13#endif
14#ifndef GSM_USED_IRDAMROUTER
15# define GSM_USED_IRDAMROUTER
16#endif
17#ifndef GSM_USED_BLUEMROUTER
18# define GSM_USED_BLUEMROUTER
19#endif
20
21typedef struct {
22 int fake;
23} GSM_Phone_MROUTERGENData;
24
25#endif
26
27/* How should editor hadle tabs in this file? Add editor commands here.
28 * vim: noexpandtab sw=8 ts=8 sts=8:
29 */