hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/include/uapi/linux/ppp-ioctl.h
....@@ -104,6 +104,8 @@
104104 #define PPPIOCGDEBUG _IOR('t', 65, int) /* Read debug level */
105105 #define PPPIOCSDEBUG _IOW('t', 64, int) /* Set debug level */
106106 #define PPPIOCGIDLE _IOR('t', 63, struct ppp_idle) /* get idle time */
107
+#define PPPIOCGIDLE32 _IOR('t', 63, struct ppp_idle32) /* 32-bit times */
108
+#define PPPIOCGIDLE64 _IOR('t', 63, struct ppp_idle64) /* 64-bit times */
107109 #define PPPIOCNEWUNIT _IOWR('t', 62, int) /* create new ppp unit */
108110 #define PPPIOCATTACH _IOW('t', 61, int) /* attach to ppp unit */
109111 #define PPPIOCDETACH _IOW('t', 60, int) /* obsolete, do not use */