Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
0002 #ifndef _ASM_POWERPC_IOCTL_H
0003 #define _ASM_POWERPC_IOCTL_H
0004 
0005 #define _IOC_SIZEBITS   13
0006 #define _IOC_DIRBITS    3
0007 
0008 #define _IOC_NONE   1U
0009 #define _IOC_READ   2U
0010 #define _IOC_WRITE  4U
0011 
0012 #include <asm-generic/ioctl.h>
0013 
0014 #endif  /* _ASM_POWERPC_IOCTL_H */