We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 860334e commit 11ef026Copy full SHA for 11ef026
include/uapi/linux/cxl_mem.h
@@ -19,6 +19,10 @@
19
#define CXL_MEM_QUERY_COMMANDS _IOR(0xCE, 1, struct cxl_mem_query_commands)
20
#define CXL_MEM_SEND_COMMAND _IOWR(0xCE, 2, struct cxl_send_command)
21
22
+/*
23
+ * NOTE: New defines must be added to the end of the list to preserve
24
+ * compatibility because this enum is exported to user space.
25
+ */
26
#define CXL_CMDS \
27
___C(INVALID, "Invalid Command"), \
28
___C(IDENTIFY, "Identify Command"), \
0 commit comments