diff options
Diffstat (limited to 'src/include/usr/hwpf')
4 files changed, 9 insertions, 6 deletions
diff --git a/src/include/usr/hwpf/hwp/erepairAccessorHwpFuncs.H b/src/include/usr/hwpf/hwp/erepairAccessorHwpFuncs.H index 82258c1f1..b0899683e 100644 --- a/src/include/usr/hwpf/hwp/erepairAccessorHwpFuncs.H +++ b/src/include/usr/hwpf/hwp/erepairAccessorHwpFuncs.H @@ -20,6 +20,7 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ +// $Id: erepairAccessorHwpFuncs.H,v 1.2 2014/04/29 11:59:25 bilicon Exp $ /** * @file erepairAccessorHwpFuncs.H * @@ -38,6 +39,7 @@ #define EREPAIRACCESSORHWPFUNCS_H_ #include <fapi.H> +#include <algorithm> const uint8_t EREPAIR_MAX_CENTAUR_PER_MCS = 1; diff --git a/src/include/usr/hwpf/hwp/erepairConsts.H b/src/include/usr/hwpf/hwp/erepairConsts.H index a9b105d83..0ad6684e9 100644 --- a/src/include/usr/hwpf/hwp/erepairConsts.H +++ b/src/include/usr/hwpf/hwp/erepairConsts.H @@ -20,8 +20,7 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ - - +// $Id: erepairConsts.H,v 1.3 2014/04/29 11:59:35 bilicon Exp $ /** * @file eRepairConsts.H * diff --git a/src/include/usr/hwpf/hwp/erepairGetFailedLanesHwp.H b/src/include/usr/hwpf/hwp/erepairGetFailedLanesHwp.H index 06a5ef2a2..bcbc7b3a8 100644 --- a/src/include/usr/hwpf/hwp/erepairGetFailedLanesHwp.H +++ b/src/include/usr/hwpf/hwp/erepairGetFailedLanesHwp.H @@ -20,6 +20,7 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ +// $Id: erepairGetFailedLanesHwp.H,v 1.3 2014/04/29 11:59:55 bilicon Exp $ /** * @file erepairGetFailedLanesHwp.H * diff --git a/src/include/usr/hwpf/hwp/erepairSetFailedLanesHwp.H b/src/include/usr/hwpf/hwp/erepairSetFailedLanesHwp.H index 32faf7525..52f58e77e 100755 --- a/src/include/usr/hwpf/hwp/erepairSetFailedLanesHwp.H +++ b/src/include/usr/hwpf/hwp/erepairSetFailedLanesHwp.H @@ -20,6 +20,7 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ +// $Id: erepairSetFailedLanesHwp.H,v 1.2 2014/04/30 09:45:10 bilicon Exp $ /** * @file erepairSetFailedLanesHwp.H * @@ -41,10 +42,10 @@ typedef fapi::ReturnCode (*erepairSetFailedLanesHwp_FP_t)( - const fapi::Target &i_tgtHandle, - EREPAIR::erepairVpdType i_vpdType, - std::vector<uint8_t> &i_txFailLanes, - std::vector<uint8_t> &i_rxFailLanes); + const fapi::Target &i_tgtHandle, + EREPAIR::erepairVpdType i_vpdType, + const std::vector<uint8_t> &i_txFailLanes, + const std::vector<uint8_t> &i_rxFailLanes); extern "C" { |

