summaryrefslogtreecommitdiffabout
path: root/gammu/emb/common/phone/symbian/mroutgen.h
Side-by-side diff
Diffstat (limited to 'gammu/emb/common/phone/symbian/mroutgen.h') (more/less context) (ignore 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 @@
+/* (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:
+ */