W: http://www.openfabrics.org
S: Supported
F: drivers/infiniband/hw/cxgb4/
+F: include/uapi/rdma/cxgb4-abi.h
CXGB4VF ETHERNET DRIVER (CXGB4VF)
M: Casey Leedom <leedom@chelsio.com>
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
-#ifndef __C4IW_USER_H__
-#define __C4IW_USER_H__
+#ifndef CXGB4_ABI_USER_H
+#define CXGB4_ABI_USER_H
+
+#include <linux/types.h>
#define C4IW_UVERBS_ABI_VERSION 3
__u32 reserved; /* explicit padding (optional for i386) */
};
-
enum {
- C4IW_QPF_ONCHIP = (1<<0)
+ C4IW_QPF_ONCHIP = (1 << 0)
};
struct c4iw_create_qp_resp {
__u32 status_page_size;
__u32 reserved; /* explicit padding (optional for i386) */
};
-#endif
+#endif /* CXGB4_ABI_USER_H */