aboutsummaryrefslogtreecommitdiff
path: root/src/mm-modem-helpers-mbim.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2013-04-07 21:02:31 +0200
committerAleksander Morgado <aleksander@lanedo.com>2013-04-17 15:19:39 +0200
commitdeb9f21a6653c3ab68470395919aa21edc2d8034 (patch)
tree917a823e1789fa351860a59ee9f9624020a79e77 /src/mm-modem-helpers-mbim.h
parentaffe2fdeeb938285c697c6c97fd5ae90691d8c1e (diff)
broadband-modem-mbim: implement unlock required & retries loading
Diffstat (limited to 'src/mm-modem-helpers-mbim.h')
-rw-r--r--src/mm-modem-helpers-mbim.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/mm-modem-helpers-mbim.h b/src/mm-modem-helpers-mbim.h
new file mode 100644
index 00000000..0c0d9f3c
--- /dev/null
+++ b/src/mm-modem-helpers-mbim.h
@@ -0,0 +1,29 @@
+/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/*
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details:
+ *
+ * Copyright (C) 2013 Aleksander Morgado <aleksander@gnu.org>
+ */
+
+#ifndef MM_MODEM_HELPERS_MBIM_H
+#define MM_MODEM_HELPERS_MBIM_H
+
+#include <config.h>
+
+#include <ModemManager.h>
+#include <libmbim-glib.h>
+
+/*****************************************************************************/
+/* MBIM/BasicConnect to MM translations */
+
+MMModemLock mm_modem_lock_from_mbim_pin_type (MbimPinType pin_type);
+
+#endif /* MM_MODEM_HELPERS_MBIM_H */