patch-1.3.32 linux/include/asm-i386/ioctl.h
Next file: linux/include/linux/if_eql.h
Previous file: linux/include/asm-i386/byteorder.h
Back to the patch index
Back to the overall index
- Lines: 8
- Date:
Wed Oct 4 14:13:18 1995
- Orig file:
v1.3.31/linux/include/asm-i386/ioctl.h
- Orig date:
Sun Sep 3 12:27:02 1995
diff -u --recursive --new-file v1.3.31/linux/include/asm-i386/ioctl.h linux/include/asm-i386/ioctl.h
@@ -82,6 +82,7 @@
/* used to decode ioctl numbers.. */
#define _IOC_DIR(nr) (((nr) >> _IOC_DIRSHIFT) & _IOC_DIRMASK)
+#define _IOC_TYPE(nr) (((nr) >> _IOC_TYPESHIFT) & _IOC_TYPEMASK)
#define _IOC_NR(nr) (((nr) >> _IOC_NRSHIFT) & _IOC_NRMASK)
#define _IOC_SIZE(nr) (((nr) >> _IOC_SIZESHIFT) & _IOC_SIZEMASK)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this