_IOR
#define _IOR(a,b,c) _IOC(_IOC_READ,(a),(b),sizeof(c))
#define _IOR(g,n,t) _IOC(IOC_OUT, (g), (n), sizeof(t))