_IO
# define _IO(x,y) (0x0fff3900|y)
#undef _IO
# define _IO(x,y) (((x)<<8)|y)
#define _IO(g,n) _IOC(IOC_VOID, (g), (n), 0)