6 * AoE boot firmware table
10 FILE_LICENCE ( GPL2_OR_LATER
);
13 #include <gpxe/acpi.h>
14 #include <gpxe/if_ether.h>
16 /** AoE boot firmware table signature */
17 #define ABFT_SIG "aBFT"
20 * AoE Boot Firmware Table (aBFT)
24 struct acpi_description_header acpi
;
32 uint8_t mac
[ETH_ALEN
];
33 } __attribute__ (( packed
));
35 extern void abft_fill_data ( struct aoe_session
*aoe
);
37 #endif /* _GPXE_ABFT_H */