From 1584a74a4acdfb17aab0d6a2b13b18a7799aa37d Mon Sep 17 00:00:00 2001 From: laforge Date: Sat, 2 Sep 2006 10:32:06 +0000 Subject: first compiling (unfinished, not-working) version of userspace gsm infrastructure git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@40 99fdad57-331a-0410-800a-d7fa5415bdb3 --- src/gsmd/unsolicited.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/gsmd/unsolicited.h (limited to 'src/gsmd/unsolicited.h') diff --git a/src/gsmd/unsolicited.h b/src/gsmd/unsolicited.h new file mode 100644 index 0000000..4cc5bb5 --- /dev/null +++ b/src/gsmd/unsolicited.h @@ -0,0 +1,8 @@ +#ifndef __GSMD_UNSOLICITED_H +#define __GSMD_UNSOLICITED_H + +#include "gsmd.h" + +int unsolicited_parse(struct gsmd *g, const char *buf, int len, const char *param); + +#endif -- cgit v1.2.3