diff options
Diffstat (limited to 'src/include/usr')
-rw-r--r-- | src/include/usr/fapi2/attribute_service.H | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/usr/fapi2/attribute_service.H b/src/include/usr/fapi2/attribute_service.H index 008e432de..2236e9583 100644 --- a/src/include/usr/fapi2/attribute_service.H +++ b/src/include/usr/fapi2/attribute_service.H @@ -210,12 +210,15 @@ ReturnCode platGetFusedCoreMode(uint8_t & o_isFused); /// /// /// @param[in] i_fapiTarget FAPI2 Target reference +/// Don't need to check the type here, get macro +/// does it for us, thus use the all type to +/// allow streamlined dump of ATTR /// @param[out] o_pos Output pound v bucket data /// @return ReturnCode Always FAPI2_RC_SUCCESS, this cannot fail /// if a toplevel target cannot be found then /// an assert triggers in the platform call /// -ReturnCode platGetPoundVBucketData(const Target<TARGET_TYPE_EQ>& i_fapiTarget, +ReturnCode platGetPoundVBucketData(const Target<TARGET_TYPE_ALL>& i_fapiTarget, uint8_t * o_poundVData); // ----------------------------------------------------------------------------- |