From 2206846076da737cb4f4a7e8ae66bf57d5d37bc3 Mon Sep 17 00:00:00 2001 From: Alvin Wang Date: Mon, 14 Jan 2019 00:18:01 -0600 Subject: Adds p9a_omi_train procedure(START) Change-Id: Iafa88363b862e9175982836f1686199e9366d555 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/69721 Tested-by: FSP CI Jenkins Tested-by: HWSV CI Tested-by: Jenkins Server Tested-by: Hostboot CI Reviewed-by: STEPHEN GLANCY Reviewed-by: Daniel M. Crowell Reviewed-by: Jennifer A. Stofer Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/69872 Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Christian R. Geddes --- .../hwp/memory/lib/shared/axone_consts.H | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'src/import/chips/p9a/procedures/hwp/memory/lib/shared') diff --git a/src/import/chips/p9a/procedures/hwp/memory/lib/shared/axone_consts.H b/src/import/chips/p9a/procedures/hwp/memory/lib/shared/axone_consts.H index ae5828e73..9c81f7dbd 100644 --- a/src/import/chips/p9a/procedures/hwp/memory/lib/shared/axone_consts.H +++ b/src/import/chips/p9a/procedures/hwp/memory/lib/shared/axone_consts.H @@ -22,3 +22,28 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ + + +/// +/// @file axone_consts.H +/// @brief Constants for axone +/// +// *HWP HWP Owner: Andre A. Marin +// *HWP HWP Backup: Louis Stermole +// *HWP Team: Memory +// *HWP Level: 2 +// *HWP Consumed by: CI + +#ifndef _AXONE_CONSTS_H_ +#define _AXONE_CONSTS_H_ + +#include + +namespace mss +{ + +constexpr mss::proc_type DEFAULT_PROC_TYPE = mss::proc_type::AXONE; + +}// mss + +#endif -- cgit v1.2.1