aboutsummaryrefslogtreecommitdiff
path: root/plugins/icera/mm-iface-icera.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/icera/mm-iface-icera.h')
-rw-r--r--plugins/icera/mm-iface-icera.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/icera/mm-iface-icera.h b/plugins/icera/mm-iface-icera.h
index fd326e61..07cd3742 100644
--- a/plugins/icera/mm-iface-icera.h
+++ b/plugins/icera/mm-iface-icera.h
@@ -32,4 +32,16 @@ struct _MMIfaceIcera {
GType mm_iface_icera_get_type (void);
+/*****************************************************************************/
+/* Modem interface specific implementations */
+
+void mm_iface_icera_modem_load_allowed_modes (MMIfaceModem *self,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
+gboolean mm_iface_icera_modem_load_allowed_modes_finish (MMIfaceModem *self,
+ GAsyncResult *res,
+ MMModemMode *allowed,
+ MMModemMode *preferred,
+ GError **error);
+
#endif /* MM_IFACE_ICERA_H */