voicecall: Implement ofono_voicecall_get_modem

This commit is contained in:
Slava Monich 2018-06-20 18:06:42 +03:00 committed by Denis Kenzior
parent 1cff977b67
commit c292d771b7
1 changed files with 5 additions and 0 deletions

View File

@ -3734,6 +3734,11 @@ void *ofono_voicecall_get_data(struct ofono_voicecall *vc)
return vc->driver_data;
}
struct ofono_modem *ofono_voicecall_get_modem(struct ofono_voicecall *vc)
{
return __ofono_atom_get_modem(vc->atom);
}
int ofono_voicecall_get_next_callid(struct ofono_voicecall *vc)
{
struct ofono_modem *modem;