summaryrefslogtreecommitdiffstats
path: root/include/sim.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2011-07-19 14:06:42 -0500
committerDenis Kenzior <denkenz@gmail.com>2011-07-19 14:10:17 -0500
commit7abc4f0a1a35ac2bf8361040b16a34f89890ff42 (patch)
tree83b59121402772cd6e8795f3322144bf0b6a7df3 /include/sim.h
parent4adc4a728dd5e98643876502c672223baa4cd848 (diff)
downloadofono-7abc4f0a1a35ac2bf8361040b16a34f89890ff42.tar.bz2
include: Introduce a new SIM_LOCKED_OUT state
This is the same as SIM_INSERTED state, except we have already queried the always-readable EFs
Diffstat (limited to 'include/sim.h')
-rw-r--r--include/sim.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sim.h b/include/sim.h
index 412ae443..b8f42eea 100644
--- a/include/sim.h
+++ b/include/sim.h
@@ -75,6 +75,7 @@ enum ofono_sim_cphs_phase {
enum ofono_sim_state {
OFONO_SIM_STATE_NOT_PRESENT,
OFONO_SIM_STATE_INSERTED,
+ OFONO_SIM_STATE_LOCKED_OUT,
OFONO_SIM_STATE_READY,
};