summaryrefslogtreecommitdiffstats
path: root/include/sim.h
diff options
context:
space:
mode:
authorAndrzej Zaborowski <andrew.zaborowski@intel.com>2010-04-09 08:49:01 +0200
committerDenis Kenzior <denkenz@gmail.com>2010-04-15 16:49:40 -0500
commitaad4d0de78d6928ae6fd4364262c3d0021959a9d (patch)
tree77bcebccef439059d8d851716a87f8dc509e027f /include/sim.h
parent228e1e735ce98142a5e814beaf2c7823a0f419c6 (diff)
downloadofono-aad4d0de78d6928ae6fd4364262c3d0021959a9d.tar.bz2
Add Sim Toolkit atom
- Add ofono_stk atom in stk.c - Move envelope command from sim driver to stk driver
Diffstat (limited to 'include/sim.h')
-rw-r--r--include/sim.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/sim.h b/include/sim.h
index 2218564a..36a99b93 100644
--- a/include/sim.h
+++ b/include/sim.h
@@ -156,9 +156,6 @@ 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);