summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/perv/p9_getecid.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/perv/p9_getecid.H')
-rw-r--r--src/import/chips/p9/procedures/hwp/perv/p9_getecid.H4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/hwp/perv/p9_getecid.H b/src/import/chips/p9/procedures/hwp/perv/p9_getecid.H
index b746e80e2..a1471ca91 100644
--- a/src/import/chips/p9/procedures/hwp/perv/p9_getecid.H
+++ b/src/import/chips/p9/procedures/hwp/perv/p9_getecid.H
@@ -42,6 +42,10 @@
#include <fapi2.H>
+enum P9_GETECID_Private_Constants
+{
+ fuseString_len = 176 // fuse string length
+};
typedef fapi2::ReturnCode (*p9_getecid_FP_t)(const fapi2::Target<fapi2::TARGET_TYPE_PROC_CHIP>&,
fapi2::variable_buffer& fuseString);
OpenPOWER on IntegriCloud