6 * AoE boot firmware table
11 #include <gpxe/acpi.h>
12 #include <gpxe/if_ether.h>
14 /** AoE boot firmware table signature */
15 #define ABFT_SIG "aBFT"
18 * AoE Boot Firmware Table (aBFT)
22 struct acpi_description_header acpi;
30 uint8_t mac[ETH_ALEN];
31 } __attribute__ (( packed ));
33 extern void abft_fill_data ( struct aoe_session *aoe );
35 #endif /* _GPXE_ABFT_H */