summaryrefslogtreecommitdiffstats
path: root/src/include/usr/hwpf/hwp/mvpd_accessors/getISDIMMTOC4DAttrs.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/usr/hwpf/hwp/mvpd_accessors/getISDIMMTOC4DAttrs.H')
-rw-r--r--src/include/usr/hwpf/hwp/mvpd_accessors/getISDIMMTOC4DAttrs.H31
1 files changed, 1 insertions, 30 deletions
diff --git a/src/include/usr/hwpf/hwp/mvpd_accessors/getISDIMMTOC4DAttrs.H b/src/include/usr/hwpf/hwp/mvpd_accessors/getISDIMMTOC4DAttrs.H
index 422eedb79..83bdd9db0 100644
--- a/src/include/usr/hwpf/hwp/mvpd_accessors/getISDIMMTOC4DAttrs.H
+++ b/src/include/usr/hwpf/hwp/mvpd_accessors/getISDIMMTOC4DAttrs.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2014 */
+/* Contributors Listed Below - COPYRIGHT 2014,2015 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -51,35 +51,6 @@ const uint32_t DQ_KEYWORD_SIZE = 96;
fapi::ReturnCode getDQAttribute(const fapi::Target &i_mbTarget,
uint32_t i_whichCopy, uint8_t (&o_DQKeyword)[DQ_KEYWORD_SIZE]);
-/*
- * @brief MBvpd accessor for the ATTR_VPD_ISDIMMTOC4DQ attribute
- *
- * Access the compressed DQ data in the MBvpd record SPDX, keyword Q1-Q9
- *
- * @param[in] i_mbTarget - Reference to mb Target
- * @param[out] o_val[4][80] - Decoded Q data
- *
- * @return fapi::ReturnCode FAPI_RC_SUCCESS if success, else error code
- */
-
-fapi::ReturnCode getDQAttrISDIMM(
- const fapi::Target &i_mbTarget,
- uint8_t (&o_val)[4][80]);
-
-/*
- * @brief MBvpd accessor for the ATTR_VPD_ISDIMMTOC4DQS attribute
- *
- * Access the compressed DQS data in the MBvpd record, SPDX, keyword K1-K9
- *
- * @param[in] i_mbTarget - Reference to mb Target
- * @param[out] o_val[4][20] - Decoded K data
- *
- * @return fapi::ReturnCode FAPI_RC_SUCCESS if success, else error code
- */
-
-fapi::ReturnCode getDQSAttrISDIMM(
- const fapi::Target &i_mbTarget,
- uint8_t (&o_val)[4][20]);
}
#endif
OpenPOWER on IntegriCloud