summaryrefslogtreecommitdiffstats
path: root/include/sim.h
diff options
context:
space:
mode:
authorAndrzej Zaborowski <andrew.zaborowski@intel.com>2009-12-17 18:22:05 +0100
committerDenis Kenzior <denkenz@gmail.com>2009-12-17 21:45:38 -0600
commit3547a8d39d5ddb75909e813016a15e9a56bc811c (patch)
treef76e4ad46099a2eda65314b03923c4ebab2db6d1 /include/sim.h
parenta964411180fa9e0a7a219f830fa2f2ff3ef52ea3 (diff)
downloadofono-3547a8d39d5ddb75909e813016a15e9a56bc811c.tar.bz2
Add SIM download envelope function to SIM driver
Diffstat (limited to 'include/sim.h')
-rw-r--r--include/sim.h3
1 files changed, 3 insertions, 0 deletions
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);