xref: /qemu/hw/arm/aspeed_eeprom.h (revision 83ecdb18)
1 /*
2  * Copyright (c) Meta Platforms, Inc. and affiliates.
3  *
4  * SPDX-License-Identifier: GPL-2.0-only
5  */
6 
7 #ifndef ASPEED_EEPROM_H
8 #define ASPEED_EEPROM_H
9 
10 #include "qemu/osdep.h"
11 
12 extern const uint8_t tiogapass_bmc_fruid[];
13 extern const size_t tiogapass_bmc_fruid_len;
14 
15 extern const uint8_t fby35_nic_fruid[];
16 extern const uint8_t fby35_bb_fruid[];
17 extern const uint8_t fby35_bmc_fruid[];
18 extern const size_t fby35_nic_fruid_len;
19 extern const size_t fby35_bb_fruid_len;
20 extern const size_t fby35_bmc_fruid_len;
21 
22 extern const uint8_t yosemitev2_bmc_fruid[];
23 extern const size_t yosemitev2_bmc_fruid_len;
24 
25 #endif
26