From 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Mon, 13 May 2024 10:30:14 +0000
Subject: [PATCH] modify sin led gpio

---
 kernel/include/uapi/linux/gsmmux.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/kernel/include/uapi/linux/gsmmux.h b/kernel/include/uapi/linux/gsmmux.h
index 101d3c4..cb8693b 100644
--- a/kernel/include/uapi/linux/gsmmux.h
+++ b/kernel/include/uapi/linux/gsmmux.h
@@ -37,5 +37,7 @@
 #define GSMIOC_ENABLE_NET      _IOW('G', 2, struct gsm_netconfig)
 #define GSMIOC_DISABLE_NET     _IO('G', 3)
 
+/* get the base tty number for a configured gsmmux tty */
+#define GSMIOC_GETFIRST		_IOR('G', 4, __u32)
 
 #endif

--
Gitblit v1.6.2