diff options
Diffstat (limited to 'util/amdfwtool/amdfwtool.h')
-rw-r--r-- | util/amdfwtool/amdfwtool.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/amdfwtool/amdfwtool.h b/util/amdfwtool/amdfwtool.h index 10776c2204..027a8f30f3 100644 --- a/util/amdfwtool/amdfwtool.h +++ b/util/amdfwtool/amdfwtool.h @@ -276,6 +276,8 @@ typedef struct _amd_fw_entry { amd_fw_type type; char *filename; uint8_t subprog; + uint64_t dest; + size_t size; int level; uint64_t other; } amd_fw_entry; |