Home
last modified time | relevance | path

Searched refs:CS_IO_MAGIC (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/include/uapi/linux/hsi/
Dcs-protocol.h108 #define CS_IO_MAGIC 'C' macro
110 #define CS_IOW(num, dtype) _IOW(CS_IO_MAGIC, num, dtype)
111 #define CS_IOR(num, dtype) _IOR(CS_IO_MAGIC, num, dtype)
112 #define CS_IOWR(num, dtype) _IOWR(CS_IO_MAGIC, num, dtype)
113 #define CS_IO(num) _IO(CS_IO_MAGIC, num)