gprs: Add ofono_gprs_get_modem()

This commit is contained in:
Denis Kenzior 2015-12-03 13:23:18 -06:00
parent cb2ca76bae
commit 87e4cb3e24
1 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,8 @@ void ofono_gprs_suspend_notify(struct ofono_gprs *gprs, int cause);
void ofono_gprs_resume_notify(struct ofono_gprs *gprs);
void ofono_gprs_bearer_notify(struct ofono_gprs *gprs, int bearer);
struct ofono_modem *ofono_gprs_get_modem(struct ofono_gprs *gprs);
int ofono_gprs_driver_register(const struct ofono_gprs_driver *d);
void ofono_gprs_driver_unregister(const struct ofono_gprs_driver *d);