/* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) */ /* * Copyright (c) 2020-2022, Alibaba Group. */ #ifndef __ERDMA_USER_H__ #define __ERDMA_USER_H__ #include <linux/types.h> #define ERDMA_ABI_VERSION … struct erdma_ureq_create_cq { … }; struct erdma_uresp_create_cq { … }; struct erdma_ureq_create_qp { … }; struct erdma_uresp_create_qp { … }; struct erdma_uresp_alloc_ctx { … }; #endif