From 608cfa2810b39dd2666136816d4a173003909776 Mon Sep 17 00:00:00 2001 From: Claus Michael Olsen Date: Tue, 7 Nov 2017 22:13:23 -0600 Subject: Small change to dd container header file. Change-Id: I1f09d709810aaab9ff7540e65d9425ce81fcb038 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/49401 Tested-by: HWSV CI Tested-by: FSP CI Jenkins Tested-by: PPE CI Tested-by: Jenkins Server Tested-by: Hostboot CI Reviewed-by: Jennifer A. Stofer Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/49407 Reviewed-by: Sachin Gupta --- src/import/chips/p9/utils/imageProcs/p9_dd_container.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/import/chips/p9/utils') diff --git a/src/import/chips/p9/utils/imageProcs/p9_dd_container.h b/src/import/chips/p9/utils/imageProcs/p9_dd_container.h index ee288ab9..c6db2af3 100644 --- a/src/import/chips/p9/utils/imageProcs/p9_dd_container.h +++ b/src/import/chips/p9/utils/imageProcs/p9_dd_container.h @@ -59,6 +59,8 @@ struct p9_dd_cont struct p9_dd_block iv_blocks[0]; }; +typedef struct p9_dd_cont DdContHeader_t; + // iterator that can be used to iterate through all dd level blocks struct p9_dd_iter { -- cgit v1.2.1