From e2e0e045605128f32c83299692f829686c0ea675 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: 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 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/68429 Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: Christian R. Geddes --- src/import/generic/memory/lib/utils/shared/mss_generic_consts.H | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/import/generic') 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 3a02f8165..9b4df69fc 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.1