diff options
Diffstat (limited to 'src/usr/diag/prdf/occ_firdata/pnorData_common.h')
| -rw-r--r-- | src/usr/diag/prdf/occ_firdata/pnorData_common.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/diag/prdf/occ_firdata/pnorData_common.h b/src/usr/diag/prdf/occ_firdata/pnorData_common.h index ec3677a7c..6199433e5 100644 --- a/src/usr/diag/prdf/occ_firdata/pnorData_common.h +++ b/src/usr/diag/prdf/occ_firdata/pnorData_common.h @@ -77,7 +77,8 @@ typedef struct __attribute__((packed)) uint32_t trgts : 8; ///< Number of targets with register data uint32_t full : 1; ///< 1 if PNOR data is full and data may be missing - uint32_t reserved : 23; + uint32_t iplState : 1; ///< Uses enum Homer_iplRuntime_t + uint32_t reserved : 22; } PNOR_Data_t; |

