summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2012-11-22 06:48:11 -0600
committerDenis Kenzior <denkenz@gmail.com>2012-11-22 06:50:08 -0600
commit03bc21af88fd3f6bb250b50eace2de92470267c4 (patch)
tree2f860a1e334fa86a3eed783c3e195bc3bdba1702 /include
parentdfd1fae50b8197b0b4ed81fed3139726e4ae1bf5 (diff)
downloadofono-03bc21af88fd3f6bb250b50eace2de92470267c4.tar.bz2
include: Add RESETTING state
Diffstat (limited to 'include')
-rw-r--r--include/sim.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sim.h b/include/sim.h
index 3e5797c6..48787bb8 100644
--- a/include/sim.h
+++ b/include/sim.h
@@ -77,6 +77,7 @@ enum ofono_sim_state {
OFONO_SIM_STATE_INSERTED,
OFONO_SIM_STATE_LOCKED_OUT,
OFONO_SIM_STATE_READY,
+ OFONO_SIM_STATE_RESETTING,
};
typedef void (*ofono_sim_file_info_cb_t)(const struct ofono_error *error,