include: add ofono_devinfo_get_modem

This commit is contained in:
Denis Kenzior 2017-10-04 13:48:04 -05:00
parent cc90b1f71e
commit ab4a4c6604
1 changed files with 2 additions and 0 deletions

View File

@ -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