include: Add RESETTING state

This commit is contained in:
Denis Kenzior 2012-11-22 06:48:11 -06:00
parent dfd1fae50b
commit 03bc21af88
1 changed files with 1 additions and 0 deletions

View File

@ -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,