diff options
Diffstat (limited to 'src/usr/diag/prdf/common/plat/prdfTargetServices.H')
-rwxr-xr-x | src/usr/diag/prdf/common/plat/prdfTargetServices.H | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/usr/diag/prdf/common/plat/prdfTargetServices.H b/src/usr/diag/prdf/common/plat/prdfTargetServices.H index 1431eb9c0..d208c39ca 100755 --- a/src/usr/diag/prdf/common/plat/prdfTargetServices.H +++ b/src/usr/diag/prdf/common/plat/prdfTargetServices.H @@ -136,12 +136,6 @@ TARGETING::TYPE getTargetType( TARGETING::TargetHandle_t i_target ); TARGETING::CLASS getTargetClass( TARGETING::TargetHandle_t i_target ); /** - * @brief Prints the HUID and dumps the entity path of the given target. - * @param i_target Any target. - */ -void printTargetInfo( TARGETING::TargetHandle_t i_target ); - -/** * @brief Get the chip level (DD level) of this target. * @param i_target Any chip or unit target. * @return The chip level or 0 function failed. @@ -266,14 +260,6 @@ TARGETING::TargetHandle_t getMasterProc(); uint32_t getTargetPosition( TARGETING::TargetHandle_t i_target ); /** - * @brief Returns the position of a node in which the given target is - * contained. - * @param i_target Any target. - * @return The position of the connected node. - */ -uint32_t getNodePosition( TARGETING::TargetHandle_t i_target ); - -/** * @brief Returns Model associated with Proc. * Model expected is either MURANO or VENICE or NAPLES. * @param i_proc a proc target |