Add SIM download envelope function to SIM driver

This commit is contained in:
Andrzej Zaborowski 2009-12-17 18:22:05 +01:00 committed by Denis Kenzior
parent a964411180
commit 3547a8d39d
1 changed files with 3 additions and 0 deletions

View File

@ -135,6 +135,9 @@ struct ofono_sim_driver {
void (*query_locked)(struct ofono_sim *sim,
enum ofono_sim_password_type type,
ofono_sim_locked_cb_t cb, void *data);
void (*envelope)(struct ofono_sim *sim, int length,
const guint8 *command,
ofono_sim_read_cb_t cb, void *data);
};
int ofono_sim_driver_register(const struct ofono_sim_driver *d);