summaryrefslogtreecommitdiff
path: root/include/gsmd/gsmd.h
diff options
context:
space:
mode:
authorlaforge <laforge@99fdad57-331a-0410-800a-d7fa5415bdb3>2007-03-08 21:51:11 +0000
committerlaforge <laforge@99fdad57-331a-0410-800a-d7fa5415bdb3>2007-03-08 21:51:11 +0000
commitb76591c41ea9e0bdb19a79ef873760a2932d6245 (patch)
tree5760394d5dc0023a9bbf11eb309daa5388315867 /include/gsmd/gsmd.h
parentaefa11c79415e696c41378ab7681dabbc28f0a7d (diff)
this was supposed to be part of the last commit (1281)
git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@1282 99fdad57-331a-0410-800a-d7fa5415bdb3
Diffstat (limited to 'include/gsmd/gsmd.h')
-rw-r--r--include/gsmd/gsmd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/gsmd/gsmd.h b/include/gsmd/gsmd.h
index 22058b2..9f865a0 100644
--- a/include/gsmd/gsmd.h
+++ b/include/gsmd/gsmd.h
@@ -9,6 +9,7 @@
#include <gsmd/vendorplugin.h>
#include <gsmd/select.h>
+#include <gsmd/state.h>
void *gsmd_tallocs;
@@ -64,6 +65,7 @@ struct gsmd {
struct llist_head pending_atcmds; /* our busy gsmd_atcmds */
struct llist_head busy_atcmds; /* our busy gsmd_atcmds */
struct gsmd_vendor_plugin *vendorpl;
+ struct gsmd_device_state dev_state;
};
struct gsmd_user {
personal git repositories of Harald Welte. Your mileage may vary