lte: add implementation for ofono_lte_get_modem

This commit is contained in:
Giacinto Cifelli 2018-09-23 06:41:11 +02:00 committed by Denis Kenzior
parent 9dd545ad75
commit f6d26de613
1 changed files with 5 additions and 0 deletions

View File

@ -373,3 +373,8 @@ void *ofono_lte_get_data(const struct ofono_lte *lte)
{
return lte->driver_data;
}
struct ofono_modem *ofono_lte_get_modem(const struct ofono_lte *lte)
{
return __ofono_atom_get_modem(lte->atom);
}