ioctl_powerpc.h 302 B

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