blob: 57d68304218b68485da2c534ea110b571c1de631 [file] [log] [blame]
jdl@freescale.coma37c8872005-09-07 15:27:09 -05001#ifndef _ASM_POWERPC_IOCTL_H
2#define _ASM_POWERPC_IOCTL_H
Linus Torvalds1da177e2005-04-16 15:20:36 -07003
Linus Torvalds1da177e2005-04-16 15:20:36 -07004#define _IOC_SIZEBITS 13
5#define _IOC_DIRBITS 3
6
Linus Torvalds1da177e2005-04-16 15:20:36 -07007#define _IOC_NONE 1U
8#define _IOC_READ 2U
9#define _IOC_WRITE 4U
10
Robert P. J. Day7bc228b2008-05-15 05:16:44 +100011#include <asm-generic/ioctl.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070012
jdl@freescale.coma37c8872005-09-07 15:27:09 -050013#endif /* _ASM_POWERPC_IOCTL_H */