From 151fecfb72a0d602dfe79790602ef64b4e241574 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Mon, 19 Feb 2024 01:51:07 +0000
Subject: [PATCH] export RK_PA3
---
kernel/include/uapi/linux/ppp-ioctl.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/kernel/include/uapi/linux/ppp-ioctl.h b/kernel/include/uapi/linux/ppp-ioctl.h
index 88b5f99..7bd2a5a 100644
--- a/kernel/include/uapi/linux/ppp-ioctl.h
+++ b/kernel/include/uapi/linux/ppp-ioctl.h
@@ -104,6 +104,8 @@
#define PPPIOCGDEBUG _IOR('t', 65, int) /* Read debug level */
#define PPPIOCSDEBUG _IOW('t', 64, int) /* Set debug level */
#define PPPIOCGIDLE _IOR('t', 63, struct ppp_idle) /* get idle time */
+#define PPPIOCGIDLE32 _IOR('t', 63, struct ppp_idle32) /* 32-bit times */
+#define PPPIOCGIDLE64 _IOR('t', 63, struct ppp_idle64) /* 64-bit times */
#define PPPIOCNEWUNIT _IOWR('t', 62, int) /* create new ppp unit */
#define PPPIOCATTACH _IOW('t', 61, int) /* attach to ppp unit */
#define PPPIOCDETACH _IOW('t', 60, int) /* obsolete, do not use */
--
Gitblit v1.6.2