xref: /linux/arch/powerpc/include/uapi/asm/ioctl.h (revision c3617f72036c909e1f6086b5b9e364e0ef90a6da)
1*c3617f72SDavid Howells #ifndef _ASM_POWERPC_IOCTL_H
2*c3617f72SDavid Howells #define _ASM_POWERPC_IOCTL_H
3*c3617f72SDavid Howells 
4*c3617f72SDavid Howells #define _IOC_SIZEBITS	13
5*c3617f72SDavid Howells #define _IOC_DIRBITS	3
6*c3617f72SDavid Howells 
7*c3617f72SDavid Howells #define _IOC_NONE	1U
8*c3617f72SDavid Howells #define _IOC_READ	2U
9*c3617f72SDavid Howells #define _IOC_WRITE	4U
10*c3617f72SDavid Howells 
11*c3617f72SDavid Howells #include <asm-generic/ioctl.h>
12*c3617f72SDavid Howells 
13*c3617f72SDavid Howells #endif	/* _ASM_POWERPC_IOCTL_H */
14