diff options
| -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 { |

