diff options
Diffstat (limited to 'src/usr/diag/prdf/common/rule/prdfRuleFiles.H')
-rwxr-xr-x | src/usr/diag/prdf/common/rule/prdfRuleFiles.H | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/usr/diag/prdf/common/rule/prdfRuleFiles.H b/src/usr/diag/prdf/common/rule/prdfRuleFiles.H index 73ffbbcb0..e2bd96c82 100755 --- a/src/usr/diag/prdf/common/rule/prdfRuleFiles.H +++ b/src/usr/diag/prdf/common/rule/prdfRuleFiles.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2016 */ +/* Contributors Listed Below - COPYRIGHT 2016,2017 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -36,6 +36,7 @@ namespace PRDF // P9 Chip extern const char * p9_nimbus; + extern const char * p9_cumulus; extern const char * p9_eq; extern const char * p9_ex; extern const char * p9_ec; @@ -47,6 +48,9 @@ namespace PRDF extern const char * p9_mcbist; extern const char * p9_mcs; extern const char * p9_mca; + extern const char * p9_mc; + extern const char * p9_mi; + extern const char * p9_dmi; // Centaur Chip // extern const char * Membuf; |