summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/common/framework/service/prdfPlatServices_common.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/diag/prdf/common/framework/service/prdfPlatServices_common.H')
-rwxr-xr-xsrc/usr/diag/prdf/common/framework/service/prdfPlatServices_common.H19
1 files changed, 9 insertions, 10 deletions
diff --git a/src/usr/diag/prdf/common/framework/service/prdfPlatServices_common.H b/src/usr/diag/prdf/common/framework/service/prdfPlatServices_common.H
index 0df1c8f07..41b0c6460 100755
--- a/src/usr/diag/prdf/common/framework/service/prdfPlatServices_common.H
+++ b/src/usr/diag/prdf/common/framework/service/prdfPlatServices_common.H
@@ -105,21 +105,20 @@ bool atRuntime();
bool isSmpCoherent();
/**
- * @brief Checks if system is running in a Sapphire mode.
- * @return True if Sapphire is in running state false otherwise.
+ * @brief Initiate hwudump.
+ * @param i_target target handle.
+ * @param i_errl error handle
+ * @param i_errlActions error action flags
*/
- bool isSapphireRunning( );
-
-/**
- * @brief Initiate hwudump.
- * @param i_target target handle.
- * @param i_errl error handle
- * @param i_errlActions error action flags
- */
void initiateUnitDump( TARGETING::TargetHandle_t i_target,
errlHndl_t i_errl,
uint32_t i_errlActions);
+/**
+ * @return True, if this system is using an FSP. False, otherwise (i.e. BMC
+ * based system or SP-less machine).
+ */
+bool isSpConfigFsp();
//##############################################################################
//## Processor specific functions
OpenPOWER on IntegriCloud