From 82fbc51a7b8a2f53b6f4fb00ec09768a3ef6fcde Mon Sep 17 00:00:00 2001 From: Andre Marin Date: Fri, 2 Nov 2018 08:33:30 -0500 Subject: Add exp_draminit and fix data_structs constants Change-Id: I3b559d19cbfe407cf6a919174e201347f1bb1c1b Original-Change-Id: Ic8011ed9b6261ce2849b2c51f79c9533261222bf Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/67837 Reviewed-by: STEPHEN GLANCY Tested-by: Jenkins Server Tested-by: HWSV CI Tested-by: Hostboot CI Reviewed-by: Louis Stermole Reviewed-by: Jennifer A. Stofer --- src/import/generic/memory/lib/utils/shared/mss_generic_consts.H | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/import/generic/memory/lib/utils/shared') diff --git a/src/import/generic/memory/lib/utils/shared/mss_generic_consts.H b/src/import/generic/memory/lib/utils/shared/mss_generic_consts.H index d378179d..6082120c 100644 --- a/src/import/generic/memory/lib/utils/shared/mss_generic_consts.H +++ b/src/import/generic/memory/lib/utils/shared/mss_generic_consts.H @@ -47,7 +47,8 @@ namespace mss /// enum common_consts { - DEFAULT_POLL_LIMIT = 50, ///< the number of poll attempts in the event we can't calculate another + DEFAULT_POLL_LIMIT = 50, ///< the number of poll attempts in the event we can't calculate another + MEMCMP_EQUAL = 0, ///< Equal comparison value for memcmp }; /// -- cgit v1.2.3