Searched refs:RVE_IOC_MAGIC (Results 1 – 1 of 1) sorted by relevance
14 #define RVE_IOC_MAGIC 'r' macro15 #define RVE_IOW(nr, type) _IOW(RVE_IOC_MAGIC, nr, type)16 #define RVE_IOR(nr, type) _IOR(RVE_IOC_MAGIC, nr, type)17 #define RVE_IOWR(nr, type) _IOWR(RVE_IOC_MAGIC, nr, type)