From 95099d4622f8cb224d94e314c7a8e0df60b13f87 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Sat, 09 Dec 2023 08:38:01 +0000
Subject: [PATCH] enable docker ppp
---
kernel/include/uapi/asm-generic/ioctls.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/kernel/include/uapi/asm-generic/ioctls.h b/kernel/include/uapi/asm-generic/ioctls.h
index 0406517..cdc9f4c 100644
--- a/kernel/include/uapi/asm-generic/ioctls.h
+++ b/kernel/include/uapi/asm-generic/ioctls.h
@@ -79,6 +79,8 @@
#define TIOCGPTLCK _IOR('T', 0x39, int) /* Get Pty lock state */
#define TIOCGEXCL _IOR('T', 0x40, int) /* Get exclusive mode state */
#define TIOCGPTPEER _IO('T', 0x41) /* Safely open the slave */
+#define TIOCGISO7816 _IOR('T', 0x42, struct serial_iso7816)
+#define TIOCSISO7816 _IOWR('T', 0x43, struct serial_iso7816)
#define FIONCLEX 0x5450
#define FIOCLEX 0x5451
--
Gitblit v1.6.2