From 3547a8d39d5ddb75909e813016a15e9a56bc811c Mon Sep 17 00:00:00 2001 From: Andrzej Zaborowski Date: Thu, 17 Dec 2009 18:22:05 +0100 Subject: Add SIM download envelope function to SIM driver --- include/sim.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/sim.h') diff --git a/include/sim.h b/include/sim.h index f76f9d12..2bfe067f 100644 --- a/include/sim.h +++ b/include/sim.h @@ -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); -- cgit v1.2.3