ioctl.h (e5451c8f8330e03ad3cfa16048b4daf961af434f) | ioctl.h (6f52b16c5b29b89d92c0e7236f4655dc8491ad70) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ |
|
1#ifndef _ASM_POWERPC_IOCTL_H 2#define _ASM_POWERPC_IOCTL_H 3 4#define _IOC_SIZEBITS 13 5#define _IOC_DIRBITS 3 6 7#define _IOC_NONE 1U 8#define _IOC_READ 2U 9#define _IOC_WRITE 4U 10 11#include <asm-generic/ioctl.h> 12 13#endif /* _ASM_POWERPC_IOCTL_H */ | 2#ifndef _ASM_POWERPC_IOCTL_H 3#define _ASM_POWERPC_IOCTL_H 4 5#define _IOC_SIZEBITS 13 6#define _IOC_DIRBITS 3 7 8#define _IOC_NONE 1U 9#define _IOC_READ 2U 10#define _IOC_WRITE 4U 11 12#include <asm-generic/ioctl.h> 13 14#endif /* _ASM_POWERPC_IOCTL_H */ |