//! MLNX_OFED version-based feature flag.
/// Possibble MLNX_OFED versions.
/// Contains the current MLNX_OFED version detected by rrddmma.
/// Note that this value is not always the same as the document -- it depends on your deployment environment.
pub const MLNX_VERSION: MlnxVersion = Mlnx5;
/// Contains the current MLNX_OFED version detected by rrddmma.
/// Note that this value is not always the same as the document -- it depends on your deployment environment.
pub const MLNX_VERSION: MlnxVersion = Mlnx4;