summaryrefslogtreecommitdiff
path: root/include/libgsmd
diff options
context:
space:
mode:
authorlaforge <laforge@99fdad57-331a-0410-800a-d7fa5415bdb3>2006-10-09 21:00:45 +0000
committerlaforge <laforge@99fdad57-331a-0410-800a-d7fa5415bdb3>2006-10-09 21:00:45 +0000
commit561a8d7fa4a003862b2640bd3458c0188ae2eab8 (patch)
tree4f314424060ffe098895ce4c636a842fe9aa6097 /include/libgsmd
parent70b865c8ffd212250caa2c8935541131c5118237 (diff)
intermediate state (this shouldn't be a commit) just to move from one machine to the other
git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@70 99fdad57-331a-0410-800a-d7fa5415bdb3
Diffstat (limited to 'include/libgsmd')
-rw-r--r--include/libgsmd/libgsmd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/libgsmd/libgsmd.h b/include/libgsmd/libgsmd.h
index 579f13d..7673a68 100644
--- a/include/libgsmd/libgsmd.h
+++ b/include/libgsmd/libgsmd.h
@@ -34,6 +34,9 @@ extern struct lgsm_handle *lgsm_init(void);
/* Terminate usage of libgsmd */
extern int lgsm_exit(struct lgsm_handle *lh);
+/* Obtain file descriptor (e.g. for select-loop under app control) */
+extern int lgsm_fd(struct lgsm_handle *lh);
+
/* Refer to GSM 04.08 [8] subclause 10.5.4.7 */
enum lgsm_addr_type {
LGSM_ATYPE_ISDN_UNKN = 161,
personal git repositories of Harald Welte. Your mileage may vary