|
XenevaOS
|
#include <UefiSpec.h>
Public Attributes | ||
| UINT64 | Length | |
| union { | ||
| EFI_PHYSICAL_ADDRESS DataBlock | ||
| EFI_PHYSICAL_ADDRESS ContinuationPointer | ||
| } | Union | |
EFI Capsule Block Descriptor
| EFI_PHYSICAL_ADDRESS EFI_CAPSULE_BLOCK_DESCRIPTOR::ContinuationPointer |
Physical address of another block of EFI_CAPSULE_BLOCK_DESCRIPTOR structures. This member of the union is used if Length is equal to zero. If ContinuationPointer is zero this entry represents the end of the list.
| EFI_PHYSICAL_ADDRESS EFI_CAPSULE_BLOCK_DESCRIPTOR::DataBlock |
Physical address of the data block. This member of the union is used if Length is not equal to zero.
| UINT64 EFI_CAPSULE_BLOCK_DESCRIPTOR::Length |
Length in bytes of the data pointed to by DataBlock/ContinuationPointer.
| union { ... } EFI_CAPSULE_BLOCK_DESCRIPTOR::Union |