gprs-context: Add new driver entry

This commit is contained in:
Guillaume Zajac 2012-07-13 15:44:26 +02:00 committed by Denis Kenzior
parent 68b2be234a
commit d8dc316aa3
1 changed files with 2 additions and 0 deletions

View File

@ -71,6 +71,8 @@ struct ofono_gprs_context_driver {
void (*deactivate_primary)(struct ofono_gprs_context *gc,
unsigned int id,
ofono_gprs_context_cb_t cb, void *data);
void (*detach_shutdown)(struct ofono_gprs_context *gc,
unsigned int id);
};
void ofono_gprs_context_deactivated(struct ofono_gprs_context *gc,