diff --git a/src/import/generic/memory/lib/prd/hwp_wrappers.H b/src/import/generic/memory/lib/prd/hwp_wrappers.H index 7a50ca786fb..afbb34a8129 100644 --- a/src/import/generic/memory/lib/prd/hwp_wrappers.H +++ b/src/import/generic/memory/lib/prd/hwp_wrappers.H @@ -112,7 +112,6 @@ fapi2::ReturnCode exp_sf_read( const fapi2::Target const mss::mcbist::address& i_end_address = mss::mcbist::address( mss::mcbistTraits::LARGEST_ADDRESS) ); -#if 0 // These functions aren't required at the moment, but leaving here in case /// /// @brief Continuous background scrub command wrapper for Nimbus /// @param[in] i_target the target behind which all memory should be scrubbed @@ -123,7 +122,7 @@ fapi2::ReturnCode exp_sf_read( const fapi2::Target /// fapi2::ReturnCode nim_background_scrub( const fapi2::Target& i_target, const mss::mcbist::stop_conditions& i_stop, - const speed i_speed, + const mss::mcbist::speed i_speed, const mss::mcbist::address& i_address ); /// @@ -136,7 +135,7 @@ fapi2::ReturnCode nim_background_scrub( const fapi2::Target& i_target, const mss::mcbist::stop_conditions& i_stop, - const speed i_speed, + const mss::mcbist::speed i_speed, const mss::mcbist::address& i_address ); /// @@ -183,7 +182,7 @@ fapi2::ReturnCode nim_continue_cmd( const fapi2::Target& i_stop = mss::mcbist::stop_conditions (mss::mcbist::stop_conditions::DONT_CHANGE), - const speed i_speed = speed::SAME_SPEED ); + const mss::mcbist::speed i_speed = mss::mcbist::speed::SAME_SPEED ); /// /// @brief Continue current command wrapper for Explorer @@ -198,7 +197,7 @@ fapi2::ReturnCode exp_continue_cmd( const fapi2::Target& i_stop = mss::mcbist::stop_conditions (mss::mcbist::stop_conditions::DONT_CHANGE), - const speed i_speed = speed::SAME_SPEED ); + const mss::mcbist::speed i_speed = mss::mcbist::speed::SAME_SPEED ); /// /// @brief Broadcast mode check wrapper for Nimbus @@ -220,7 +219,7 @@ const mss::states nim_is_broadcast_capable(const std::vector& i_kinds); +const mss::states nim_is_broadcast_capable(const std::vector>& i_kinds); /// /// @brief Broadcast mode check wrapper for Explorer @@ -242,7 +241,6 @@ const mss::states exp_is_broadcast_capable(const std::vector& i_kinds); -#endif +const mss::states exp_is_broadcast_capable(const std::vector>& i_kinds); #endif