summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGiacinto Cifelli <gciofono@gmail.com>2018-09-23 06:41:10 +0200
committerDenis Kenzior <denkenz@gmail.com>2018-09-24 15:50:57 -0500
commit9dd545ad75bc7b0e382379b68f1560b45668b66a (patch)
treebcb86211fc4e6521a94de4da2a16a8d7d738ce43 /include
parent0e733b8b0528df7bbcd19155ecc3a9b1540c5635 (diff)
downloadofono-9dd545ad75bc7b0e382379b68f1560b45668b66a.tar.gz
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
Diffstat (limited to 'include')
-rw-r--r--include/lte.h2
1 files changed, 2 insertions, 0 deletions
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