_IOWR
# define _IOWR(x,y,z) (0x0fff3900|y)
#undef _IOWR
# define _IOWR(x,y,z) (((x)<<8)|y)
#define _IOWR(g,n,t) _IOC(IOC_INOUT, (g), (n), sizeof(t))