include: add ofono_lte_get_modem global function

this function can be used in the drivers to query the functions
ofono_modem_get_* to retrieve modem-specific properties
This commit is contained in:
Giacinto Cifelli 2018-09-23 06:41:10 +02:00 committed by Denis Kenzior
parent 0e733b8b05
commit 9dd545ad75
1 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,8 @@ void ofono_lte_set_data(struct ofono_lte *lte, void *data);
void *ofono_lte_get_data(const struct ofono_lte *lte);
struct ofono_modem *ofono_lte_get_modem(const struct ofono_lte *lte);
#ifdef __cplusplus
}
#endif