diff options
| author | Chris Phan <cphan@us.ibm.com> | 2012-04-19 13:49:46 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2012-04-19 17:13:20 -0500 |
| commit | beaff423dadb53490f0f3c4dc603c5d8248e3701 (patch) | |
| tree | bed371ae87eb75d6dac471e8a06dd55a4d7ba3a2 /src/include/usr/diag/prdf | |
| parent | 4a47221cbf1a556c71e4a66b9742205e85b1c0a5 (diff) | |
| download | talos-hostboot-beaff423dadb53490f0f3c4dc603c5d8248e3701.tar.gz talos-hostboot-beaff423dadb53490f0f3c4dc603c5d8248e3701.zip | |
Change includes in proto file to fully specify the file location
Change-Id: I572da385e7af124dc3d4c15dcc1af083ba78f646
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/916
Tested-by: Jenkins Server
Reviewed-by: Bradley W. Bishop <bradleyb@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/diag/prdf')
| -rwxr-xr-x | src/include/usr/diag/prdf/prdf_proto.H | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/include/usr/diag/prdf/prdf_proto.H b/src/include/usr/diag/prdf/prdf_proto.H index 4a4d0a267..535435ed9 100755 --- a/src/include/usr/diag/prdf/prdf_proto.H +++ b/src/include/usr/diag/prdf/prdf_proto.H @@ -37,8 +37,8 @@ #include <stdint.h> -#include <errlentry.H> -#include <target.H> +#include <errl/errlentry.H> +#include <targeting/target.H> namespace PRDF { @@ -144,7 +144,7 @@ enum prd_return_code_t /** * @brief Initialize PRD system model and data - * @return - Error log if error occurs + * @return Error log if error occurs */ extern errlHndl_t PrdInitialize(); @@ -152,7 +152,7 @@ extern errlHndl_t PrdInitialize(); * @brief analyze attention errors * @param[in] i_attnType - global attention type * @param[in] i_attnList - list of chips at attention - * @return - Error log if error occurs + * @return Error log if error occurs * * @note If the i_attnType is CHECK_STOP than an error log is returned * containing the analysis; otherwise, for other attention types, PRD @@ -163,7 +163,7 @@ extern errlHndl_t PrdMain(ATTENTION_VALUE_TYPE i_attnType, const AttnList & i_at /** * @brief initiate memory background scrubbing * @param[in] i_pTarget - Target handle of System or Node - * @return - Error log if error occurs + * @return Error log if error occurs */ extern errlHndl_t PrdStartScrub(const TARGETING::TargetHandle_t i_pTarget); @@ -187,7 +187,7 @@ extern void PrdIplCleanup(); /** * @brief handle service data collector sync over - * @return - Error log if error occurs + * @return Error log if error occurs */ extern errlHndl_t prdfFailoverComplete(void); |

