Searched refs:CS_IO_MAGIC (Results 1 – 1 of 1) sorted by relevance
/linux/include/uapi/linux/hsi/ |
H A D | cs-protocol.h | 94 #define CS_IO_MAGIC 'C' macro 96 #define CS_IOW(num, dtype) _IOW(CS_IO_MAGIC, num, dtype) 97 #define CS_IOR(num, dtype) _IOR(CS_IO_MAGIC, num, dtype) 98 #define CS_IOWR(num, dtype) _IOWR(CS_IO_MAGIC, num, dtype) 99 #define CS_IO(num) _IO(CS_IO_MAGIC, num)
|