diff options
Diffstat (limited to 'hw/fw_cfg.h')
-rw-r--r-- | hw/fw_cfg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/fw_cfg.h b/hw/fw_cfg.h index b949c702b8..909c8b9ec0 100644 --- a/hw/fw_cfg.h +++ b/hw/fw_cfg.h @@ -3,6 +3,7 @@ #define FW_CFG_SIGNATURE 0x00 #define FW_CFG_ID 0x01 +#define FW_CFG_UUID 0x02 #define FW_CFG_MAX_ENTRY 0x10 #define FW_CFG_WRITE_CHANNEL 0x4000 |