diff options
Diffstat (limited to 'hw/arm/aspeed_eeprom.h')
-rw-r--r-- | hw/arm/aspeed_eeprom.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/arm/aspeed_eeprom.h b/hw/arm/aspeed_eeprom.h index a0f848f..edf18e9 100644 --- a/hw/arm/aspeed_eeprom.h +++ b/hw/arm/aspeed_eeprom.h @@ -16,4 +16,7 @@ extern const size_t fby35_nic_fruid_len; extern const size_t fby35_bb_fruid_len; extern const size_t fby35_bmc_fruid_len; +extern const uint8_t yosemitev2_bmc_fruid[]; +extern const size_t yosemitev2_bmc_fruid_len; + #endif |