diff options
Diffstat (limited to 'include/osmocom')
-rw-r--r-- | include/osmocom/sim/sim.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/osmocom/sim/sim.h b/include/osmocom/sim/sim.h index bb4b7d8e..e818a657 100644 --- a/include/osmocom/sim/sim.h +++ b/include/osmocom/sim/sim.h @@ -242,6 +242,12 @@ struct osim_file { struct osim_file_desc * osim_file_find_name(struct osim_file_desc *parent, const char *name); +struct osim_file_desc * +osim_file_find_fid(struct osim_file_desc *parent, uint16_t fid); + +struct osim_file_desc * +osim_file_find_sfid(struct osim_file_desc *parent, uint8_t sfid); + /* STATUS WORDS */ enum osim_card_sw_type { |