summaryrefslogtreecommitdiffstats
path: root/gatchat/gsm0710.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-09-08 08:26:48 +0200
committerMarcel Holtmann <marcel@holtmann.org>2009-09-08 08:26:48 +0200
commit3a0518ec2761825d642ef17bb45e2befa84c7d14 (patch)
tree5b95b63284c60fec6de875a53a555a8236e855a1 /gatchat/gsm0710.c
parent2ee7f4a6f8333528f6645d4bcfcc08f58879b2b9 (diff)
downloadofono-3a0518ec2761825d642ef17bb45e2befa84c7d14.tar.bz2
Export the GSM 07.10 status flags
Diffstat (limited to 'gatchat/gsm0710.c')
-rw-r--r--gatchat/gsm0710.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/gatchat/gsm0710.c b/gatchat/gsm0710.c
index e9d128d0..8b05ed28 100644
--- a/gatchat/gsm0710.c
+++ b/gatchat/gsm0710.c
@@ -40,14 +40,6 @@
#define GSM0710_TERMINATE_BYTE1 0xC3
#define GSM0710_TERMINATE_BYTE2 0x01
-/* Status flags */
-#define GSM0710_FC 0x02
-#define GSM0710_DTR 0x04
-#define GSM0710_DSR 0x04
-#define GSM0710_RTS 0x08
-#define GSM0710_CTS 0x08
-#define GSM0710_DCD 0x80
-
/* Initialize a GSM 07.10 context, in preparation for startup */
void gsm0710_initialize(struct gsm0710_context *ctx)
{