summaryrefslogtreecommitdiffstats
path: root/include/sim.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sim.h')
-rw-r--r--include/sim.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/sim.h b/include/sim.h
index 65ba6561..53620b9a 100644
--- a/include/sim.h
+++ b/include/sim.h
@@ -71,6 +71,10 @@ enum ofono_sim_cphs_phase {
OFONO_SIM_CPHS_PHASE2,
};
+enum ofono_sim_cphs_support_masks {
+ OFONO_SIM_CPHS_ST_MAILBOX_NUMBERS_MASK = 0x30,
+};
+
typedef void (*ofono_sim_file_info_cb_t)(const struct ofono_error *error,
int filelength,
enum ofono_sim_file_structure structure,