aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/mtk/mm-shared.c
diff options
context:
space:
mode:
authorBolan Wang <bolan.wang@fibocom.com>2024-06-12 17:16:01 +0800
committerAleksander Morgado <aleksandermj@chromium.org>2024-07-31 20:13:28 +0000
commit388e8ea538f9a6b7984cd34b3f66f11a37bf1b25 (patch)
treefc6eb0a49614a69d083759dbc09bb85a1ff75e99 /src/plugins/mtk/mm-shared.c
parent7312c861300ebccd7aa2a6ab89b787b834b0412a (diff)
plugin,mtk: Add load_unlock_retries
This patch add load_unlock_retries support by AT in mtk-based Fibocom modem.
Diffstat (limited to 'src/plugins/mtk/mm-shared.c')
-rw-r--r--src/plugins/mtk/mm-shared.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/plugins/mtk/mm-shared.c b/src/plugins/mtk/mm-shared.c
new file mode 100644
index 00000000..3cd5aad8
--- /dev/null
+++ b/src/plugins/mtk/mm-shared.c
@@ -0,0 +1,18 @@
+/* -*- 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) 2024 Fibocom Wireless Inc
+ */
+
+#include "mm-shared-common.h"
+
+MM_DEFINE_SHARED (mtk) \ No newline at end of file