jdl@freescale.com | a37c887 | 2005-09-07 15:27:09 -0500 | [diff] [blame] | 1 | #ifndef _ASM_POWERPC_IOCTL_H |
| 2 | #define _ASM_POWERPC_IOCTL_H |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4 | #define _IOC_SIZEBITS 13 |
| 5 | #define _IOC_DIRBITS 3 |
| 6 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7 | #define _IOC_NONE 1U |
| 8 | #define _IOC_READ 2U |
| 9 | #define _IOC_WRITE 4U |
| 10 | |
Robert P. J. Day | 7bc228b | 2008-05-15 05:16:44 +1000 | [diff] [blame] | 11 | #include <asm-generic/ioctl.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 12 | |
jdl@freescale.com | a37c887 | 2005-09-07 15:27:09 -0500 | [diff] [blame] | 13 | #endif /* _ASM_POWERPC_IOCTL_H */ |