From 5ce901279ec8b51fd80fb33bdebbbe54553a6057 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Sun, 3 Jul 2016 17:04:32 +0200 Subject: add missing TIOC* macros to ioctl.h these are defined in linux asm/ioctls.h. (powerpc64 and powerpc bits/ioctl.h are now identical) --- arch/powerpc/bits/ioctl.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'arch/powerpc/bits/ioctl.h') diff --git a/arch/powerpc/bits/ioctl.h b/arch/powerpc/bits/ioctl.h index f1f7eca1..1424b2dc 100644 --- a/arch/powerpc/bits/ioctl.h +++ b/arch/powerpc/bits/ioctl.h @@ -101,6 +101,9 @@ #define TIOCGDEV _IOR('T',0x32, unsigned int) #define TIOCSIG _IOW('T',0x36, int) #define TIOCVHANGUP 0x5437 +#define TIOCGPKT _IOR('T', 0x38, int) +#define TIOCGPTLCK _IOR('T', 0x39, int) +#define TIOCGEXCL _IOR('T', 0x40, int) #define TIOCSERCONFIG 0x5453 #define TIOCSERGWILD 0x5454 -- cgit v1.2.1