]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blame - arch/powerpc/include/uapi/asm/ioctl.h
Merge remote-tracking branches 'asoc/topic/ac97', 'asoc/topic/ac97-mfd', 'asoc/topic...
[mirror_ubuntu-focal-kernel.git] / arch / powerpc / include / uapi / asm / ioctl.h
CommitLineData
6f52b16c 1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
a37c8875 2#ifndef _ASM_POWERPC_IOCTL_H
3#define _ASM_POWERPC_IOCTL_H
1da177e4 4
1da177e4
LT
5#define _IOC_SIZEBITS 13
6#define _IOC_DIRBITS 3
7
1da177e4
LT
8#define _IOC_NONE 1U
9#define _IOC_READ 2U
10#define _IOC_WRITE 4U
11
7bc228b1 12#include <asm-generic/ioctl.h>
1da177e4 13
a37c8875 14#endif /* _ASM_POWERPC_IOCTL_H */