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