diff options
| author | Claus Michael Olsen <cmolsen@us.ibm.com> | 2017-11-07 22:13:23 -0600 |
|---|---|---|
| committer | Joshua Hunsberger <jahunsbe@us.ibm.com> | 2017-11-17 15:16:05 -0600 |
| commit | b24dd88eded6eee22fc0112d4eb95cbe944a62ba (patch) | |
| tree | bd4abf604ad46a76521c3152bd192d99bdf1ef8f /import/chips/p9/utils/imageProcs | |
| parent | d242723b72aba8fd8ff71058c2410519bdee6cbf (diff) | |
| download | talos-hcode-b24dd88eded6eee22fc0112d4eb95cbe944a62ba.tar.gz talos-hcode-b24dd88eded6eee22fc0112d4eb95cbe944a62ba.zip | |
Small change to dd container header file.
Change-Id: I1f09d709810aaab9ff7540e65d9425ce81fcb038
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/49401
Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Diffstat (limited to 'import/chips/p9/utils/imageProcs')
| -rw-r--r-- | import/chips/p9/utils/imageProcs/p9_dd_container.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/import/chips/p9/utils/imageProcs/p9_dd_container.h b/import/chips/p9/utils/imageProcs/p9_dd_container.h index b6173cb8..d8d89cd0 100644 --- a/import/chips/p9/utils/imageProcs/p9_dd_container.h +++ b/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 { |

