aboutsummaryrefslogtreecommitdiff
path: root/src/mm-modem-helpers-mbim.h
diff options
context:
space:
mode:
authorMichal Mazur <mkm@semihalf.com>2021-02-26 22:57:04 +0100
committerAleksander Morgado <aleksander@aleksander.es>2021-04-30 18:40:29 +0000
commite8edcedc9e80332a8dc862113acb05f8ed57b987 (patch)
tree1f2872f4af1406873a39cd777a390f285c83175f /src/mm-modem-helpers-mbim.h
parentdfc04cbc2ede5e8c5a007fb79d0a2428c5648be4 (diff)
modem-helpers: introduce functions to convert MMModem3gppFacility
Diffstat (limited to 'src/mm-modem-helpers-mbim.h')
-rw-r--r--src/mm-modem-helpers-mbim.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mm-modem-helpers-mbim.h b/src/mm-modem-helpers-mbim.h
index c01c7532..bb8c8648 100644
--- a/src/mm-modem-helpers-mbim.h
+++ b/src/mm-modem-helpers-mbim.h
@@ -38,6 +38,8 @@ MMModem3gppNetworkAvailability mm_modem_3gpp_network_availability_from_mbim_prov
GList *mm_3gpp_network_info_list_from_mbim_providers (const MbimProvider *const *providers, guint n_providers);
+MbimPinType mbim_pin_type_from_mm_modem_3gpp_facility (MMModem3gppFacility facility);
+
GError *mm_mobile_equipment_error_from_mbim_nw_error (MbimNwError nw_error);
MMBearerAllowedAuth mm_bearer_allowed_auth_from_mbim_auth_protocol (MbimAuthProtocol auth_protocol);