|
iPXE
|
An installable EFI configuration table type. More...
#include <efi_table.h>
Data Fields | |
| EFI_GUID * | guid |
| Table GUID. More... | |
| size_t(* | len )(const void *data) |
| Determine length of table. More... | |
An installable EFI configuration table type.
Definition at line 15 of file efi_table.h.
| EFI_GUID* efi_table::guid |
Determine length of table.
| data | Configuration table data (presumed valid) |
| len | Length of table |
EFI does not record the length of installed configuration tables. Consumers must understand the specific type of table in order to be able to determine its length from the contents.
Definition at line 29 of file efi_table.h.
Referenced by efi_install_table().
1.8.15