summaryrefslogtreecommitdiffstats
path: root/include/asm-generic/ioctl.h
Commit message (Collapse)AuthorAgeFilesLines
* generalize asm-generic/ioctl.h to allow overriding valuesRobert P. J. Day2008-04-291-6/+27
| | | | | | | | | | | | In the spirit of a number of other asm-generic header files, generalize asm-generic/ioctl.h to allow arch-specific ioctl.h headers to simply override _IOC_SIZEBITS and/or _IOC_DIRBITS before including this header file, allowing a number of ioctl.h header files to be shortened considerably. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
* [PATCH] Generic ioctl.hBrian Gerst2006-01-101-0/+80
Most arches copied the i386 ioctl.h. Combine them into a generic header. Signed-off-by: Brian Gerst <bgerst@didntduck.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>