summaryrefslogtreecommitdiffstats
path: root/include/sim.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sim.h')
-rw-r--r--include/sim.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/sim.h b/include/sim.h
index 3189f123..fec043ff 100644
--- a/include/sim.h
+++ b/include/sim.h
@@ -58,9 +58,10 @@ enum ofono_sim_password_type {
};
enum ofono_sim_phase {
- OFONO_SIM_PHASE_G1,
- OFONO_SIM_PHASE_G2,
- OFONO_SIM_PHASE_G3,
+ OFONO_SIM_PHASE_1G,
+ OFONO_SIM_PHASE_2G,
+ OFONO_SIM_PHASE_2G_PLUS,
+ OFONO_SIM_PHASE_3G,
};
typedef void (*ofono_sim_file_info_cb_t)(const struct ofono_error *error,