18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 28c2ecf20Sopenharmony_ci#ifndef _ASM_POWERPC_IOCTL_H 38c2ecf20Sopenharmony_ci#define _ASM_POWERPC_IOCTL_H 48c2ecf20Sopenharmony_ci 58c2ecf20Sopenharmony_ci#define _IOC_SIZEBITS 13 68c2ecf20Sopenharmony_ci#define _IOC_DIRBITS 3 78c2ecf20Sopenharmony_ci 88c2ecf20Sopenharmony_ci#define _IOC_NONE 1U 98c2ecf20Sopenharmony_ci#define _IOC_READ 2U 108c2ecf20Sopenharmony_ci#define _IOC_WRITE 4U 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_ci#include <asm-generic/ioctl.h> 138c2ecf20Sopenharmony_ci 148c2ecf20Sopenharmony_ci#endif /* _ASM_POWERPC_IOCTL_H */ 15