diff options
author | Denis Kenzior <denkenz@gmail.com> | 2017-10-04 13:48:04 -0500 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2017-10-05 11:08:38 -0500 |
commit | ab4a4c6604549f356dbb1a29705c2e989d4f3144 (patch) | |
tree | 8d4fd548a3bd017b446344a17229e520dea530df /include | |
parent | cc90b1f71e76f3136ac81da7125049a950f1ceee (diff) | |
download | ofono-ab4a4c6604549f356dbb1a29705c2e989d4f3144.tar.gz |
include: add ofono_devinfo_get_modem
Diffstat (limited to 'include')
-rw-r--r-- | include/devinfo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/devinfo.h b/include/devinfo.h index 9d1834fa..c9a491c0 100644 --- a/include/devinfo.h +++ b/include/devinfo.h @@ -63,6 +63,8 @@ void ofono_devinfo_remove(struct ofono_devinfo *info); void ofono_devinfo_set_data(struct ofono_devinfo *info, void *data); void *ofono_devinfo_get_data(struct ofono_devinfo *info); +struct ofono_modem *ofono_devinfo_get_modem(struct ofono_devinfo *info); + #ifdef __cplusplus } #endif |