summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/common/plat/pegasus/prdfPegasusConfigurator.H
diff options
context:
space:
mode:
authorprashanthacharya <prashanthacharya@in.ibm.com>2012-11-02 05:57:10 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-11-28 17:29:17 -0600
commitc9fce6c47656b9b34e23b2cb90c51796fc520df9 (patch)
tree3d949f4b8588a3f0fee4a80cfc621c59ddfe8bb1 /src/usr/diag/prdf/common/plat/pegasus/prdfPegasusConfigurator.H
parentb8c326b959a9f1bcb905397eecdc0ebfd0db5884 (diff)
downloadtalos-hostboot-c9fce6c47656b9b34e23b2cb90c51796fc520df9.tar.gz
talos-hostboot-c9fce6c47656b9b34e23b2cb90c51796fc520df9.zip
Encapsulated PRD codebase with PRDF namespace
RTC: 51223 Change-Id: Ie074cb409083d7b04edeba75d39977eb90082d05 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2196 Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Tested-by: Jenkins Server Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2436 Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/diag/prdf/common/plat/pegasus/prdfPegasusConfigurator.H')
-rw-r--r--src/usr/diag/prdf/common/plat/pegasus/prdfPegasusConfigurator.H20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/usr/diag/prdf/common/plat/pegasus/prdfPegasusConfigurator.H b/src/usr/diag/prdf/common/plat/pegasus/prdfPegasusConfigurator.H
index 4d442993b..4b788ee8b 100644
--- a/src/usr/diag/prdf/common/plat/pegasus/prdfPegasusConfigurator.H
+++ b/src/usr/diag/prdf/common/plat/pegasus/prdfPegasusConfigurator.H
@@ -32,11 +32,11 @@
#include <iipCallAttnResolution.h> // For CallAttnResolution
#include <prdfPllDomain.H>
-class PrdfRuleChipDomain;
-
namespace PRDF
{
+class RuleChipDomain;
+
typedef std::vector< PRDF::PllDomain *> PllDomainList;
typedef std::vector< CHIP_CLASS *> PllChipList;
@@ -49,8 +49,8 @@ class PegasusConfigurator : public Configurator
* @brief Constructor
*/
PegasusConfigurator() :
- Configurator( PrdfRuleChipDomain::TOTAL_CHIPS,
- PrdfRuleChipDomain::TOTAL_DOMAINS )
+ Configurator( RuleChipDomain::TOTAL_CHIPS,
+ RuleChipDomain::TOTAL_DOMAINS )
{}
/**
@@ -83,9 +83,9 @@ class PegasusConfigurator : public Configurator
* @parm io_domain The associated domain.
* @parm io_pllDomains The associated PLL domain (optional for some)
*/
- void addDomainChips( TARGETING::TYPE i_type,
- PrdfRuleChipDomain * io_domain,
- PllDomainList * io_pllDomains = NULL );
+ void addDomainChips( TARGETING::TYPE i_type,
+ RuleChipDomain * io_domain,
+ PllDomainList * io_pllDomains = NULL );
/**
* @brief Add chip to its Pll Domain.
@@ -99,7 +99,7 @@ class PegasusConfigurator : public Configurator
void addChipsToPllDomain(
DOMAIN_ID i_domainId,
PllDomainList * io_fabricPllDomains,
- PrdfRuleChip * i_chip,
+ RuleChip * i_chip,
TARGETING::TargetHandle_t i_pTarget,
ScanFacility & i_scanFac,
ResolutionFactory & i_resFac);
@@ -111,7 +111,7 @@ class PegasusConfigurator : public Configurator
*/
void addPllDomainsToSystem(
PllDomainList & i_fabricPllDomains,
- PllDomainList & i_membPllDomains);
+ PllDomainList & i_membPllDomains );
private: // data
@@ -119,6 +119,6 @@ class PegasusConfigurator : public Configurator
};
-} // End namespace PRDF
+} // end namespace PRDF
#endif
OpenPOWER on IntegriCloud