iPXE
|
The EFI System Table entry must point to an array of capsules that contain the same CapsuleGuid value. More...
#include <UefiSpec.h>
Data Fields | |
UINT32 | CapsuleArrayNumber |
the size of the array of capsules. More... | |
VOID * | CapsulePtr [1] |
Point to an array of capsules that contain the same CapsuleGuid value. More... | |
The EFI System Table entry must point to an array of capsules that contain the same CapsuleGuid value.
The array must be prefixed by a UINT32 that represents the size of the array of capsules.
Definition at line 1708 of file UefiSpec.h.
UINT32 EFI_CAPSULE_TABLE::CapsuleArrayNumber |
the size of the array of capsules.
Definition at line 1712 of file UefiSpec.h.
VOID* EFI_CAPSULE_TABLE::CapsulePtr[1] |
Point to an array of capsules that contain the same CapsuleGuid value.
Definition at line 1716 of file UefiSpec.h.