hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/include/uapi/linux/gsmmux.h
....@@ -37,5 +37,7 @@
3737 #define GSMIOC_ENABLE_NET _IOW('G', 2, struct gsm_netconfig)
3838 #define GSMIOC_DISABLE_NET _IO('G', 3)
3939
40
+/* get the base tty number for a configured gsmmux tty */
41
+#define GSMIOC_GETFIRST _IOR('G', 4, __u32)
4042
4143 #endif