From 9dd545ad75bc7b0e382379b68f1560b45668b66a Mon Sep 17 00:00:00 2001 From: Giacinto Cifelli Date: Sun, 23 Sep 2018 06:41:10 +0200 Subject: [PATCH] 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 --- include/lte.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/lte.h b/include/lte.h index ef84ab99..0f2501c0 100644 --- a/include/lte.h +++ b/include/lte.h @@ -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