1 /* 2 * This header was generated from the Linux kernel headers by update_headers.py, 3 * to provide necessary information from kernel to userspace, such as constants, 4 * structures, and macros, and thus, contains no copyrightable information. 5 */ 6 #ifndef MLX5_USER_IOCTL_VERBS_H 7 #define MLX5_USER_IOCTL_VERBS_H 8 #include <linux/types.h> 9 enum mlx5_ib_uapi_flow_action_flags { 10 MLX5_IB_UAPI_FLOW_ACTION_FLAGS_REQUIRE_METADATA = 1 << 0, 11 }; 12 #endif 13