From 7abc4f0a1a35ac2bf8361040b16a34f89890ff42 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Tue, 19 Jul 2011 14:06:42 -0500 Subject: 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 --- include/sim.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/sim.h') 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, }; -- cgit v1.2.3