Searched refs:CS_IO_MAGIC (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/include/uapi/linux/hsi/ |
D | cs-protocol.h | 101 #define CS_IO_MAGIC 'C' macro 103 #define CS_IOW(num, dtype) _IOW(CS_IO_MAGIC, num, dtype) 104 #define CS_IOR(num, dtype) _IOR(CS_IO_MAGIC, num, dtype) 105 #define CS_IOWR(num, dtype) _IOWR(CS_IO_MAGIC, num, dtype) 106 #define CS_IO(num) _IO(CS_IO_MAGIC, num)
|