From d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 11 Dec 2023 02:45:28 +0000 Subject: [PATCH] add boot partition size --- 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