xref: /linux/arch/powerpc/include/uapi/asm/ioctl.h (revision 6f52b16c5b29b89d92c0e7236f4655dc8491ad70)
1*6f52b16cSGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2c3617f72SDavid Howells #ifndef _ASM_POWERPC_IOCTL_H
3c3617f72SDavid Howells #define _ASM_POWERPC_IOCTL_H
4c3617f72SDavid Howells 
5c3617f72SDavid Howells #define _IOC_SIZEBITS	13
6c3617f72SDavid Howells #define _IOC_DIRBITS	3
7c3617f72SDavid Howells 
8c3617f72SDavid Howells #define _IOC_NONE	1U
9c3617f72SDavid Howells #define _IOC_READ	2U
10c3617f72SDavid Howells #define _IOC_WRITE	4U
11c3617f72SDavid Howells 
12c3617f72SDavid Howells #include <asm-generic/ioctl.h>
13c3617f72SDavid Howells 
14c3617f72SDavid Howells #endif	/* _ASM_POWERPC_IOCTL_H */
15