Merge commit 'b8c93646fd5c' into omap-for-v4.3/fixes
[firefly-linux-kernel-4.4.55.git] / include / uapi / misc / cxl.h
index 99a8ca15fe648c9d176325eb2ed9c952a5ac7088..1e889aa8a36e8cd8b7b70cf0da4b06d5848449f9 100644 (file)
@@ -29,8 +29,10 @@ struct cxl_ioctl_start_work {
 
 #define CXL_START_WORK_AMR             0x0000000000000001ULL
 #define CXL_START_WORK_NUM_IRQS                0x0000000000000002ULL
+#define CXL_START_WORK_ERR_FF          0x0000000000000004ULL
 #define CXL_START_WORK_ALL             (CXL_START_WORK_AMR |\
-                                        CXL_START_WORK_NUM_IRQS)
+                                        CXL_START_WORK_NUM_IRQS |\
+                                        CXL_START_WORK_ERR_FF)
 
 
 /* Possible modes that an afu can be in */