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 --- include/common/gsmd_proto.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 include/common/gsmd_proto.h (limited to 'include/common/gsmd_proto.h') diff --git a/include/common/gsmd_proto.h b/include/common/gsmd_proto.h new file mode 100644 index 0000000..cf0f99d --- /dev/null +++ b/include/common/gsmd_proto.h @@ -0,0 +1,9 @@ +#ifndef _GSMD_PROTO_H +#define _GSMD_PROTO_H + +/* this header file describes the protocol between gsmd and libgsmd + * (C) 2006 by Harald Welte */ + + + +#endif /* _GSMD_PROTO_H */ -- cgit v1.2.3