From b76591c41ea9e0bdb19a79ef873760a2932d6245 Mon Sep 17 00:00:00 2001 From: laforge Date: Thu, 8 Mar 2007 21:51:11 +0000 Subject: 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 --- include/gsmd/gsmd.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/gsmd/gsmd.h') 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 #include +#include 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 { -- cgit v1.2.3