summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/pm/p9_pm_get_poundv_bucket.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/pm/p9_pm_get_poundv_bucket.H')
-rw-r--r--src/import/chips/p9/procedures/hwp/pm/p9_pm_get_poundv_bucket.H13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/import/chips/p9/procedures/hwp/pm/p9_pm_get_poundv_bucket.H b/src/import/chips/p9/procedures/hwp/pm/p9_pm_get_poundv_bucket.H
index f6581d238..8139bc9e3 100644
--- a/src/import/chips/p9/procedures/hwp/pm/p9_pm_get_poundv_bucket.H
+++ b/src/import/chips/p9/procedures/hwp/pm/p9_pm_get_poundv_bucket.H
@@ -93,18 +93,5 @@ fapi2::ReturnCode p9_pm_get_poundv_bucket(
const fapi2::Target<fapi2::TARGET_TYPE_EQ>& i_target,
fapi2::voltageBucketData_t& o_data);
-///
-/// @brief Read #V bucket data from LRP record based upon
-/// bucket ID read off of parent proc chip. This function
-/// will pass out array of bytes as they are read from the VPD
-/// NOTE: This might be incorrect endianness
-/// @param[in] i_target EQ chiplet target
-/// @param[in] o_data bytes read from #V keyword of an LRP record
-/// @return FAPI2_RC_SUCCESS if success, else error code.
-///
-fapi2::ReturnCode p9_pm_get_poundv_bucket_attr(
- const fapi2::Target<fapi2::TARGET_TYPE_EQ>& i_target,
- uint8_t* o_data);
-
#endif // _P9_PM_GET_POUND_V_BUCKET_H_
OpenPOWER on IntegriCloud