aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/rdma/siw-abi.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/uapi/rdma/siw-abi.h')
-rw-r--r--include/uapi/rdma/siw-abi.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/uapi/rdma/siw-abi.h b/include/uapi/rdma/siw-abi.h
index 7de68f1dc707..af735f55b291 100644
--- a/include/uapi/rdma/siw-abi.h
+++ b/include/uapi/rdma/siw-abi.h
@@ -180,6 +180,7 @@ struct siw_cqe {
* to control CQ arming.
*/
struct siw_cq_ctrl {
- __aligned_u64 notify;
+ __u32 flags;
+ __u32 pad;
};
#endif