diff options
Diffstat (limited to 'MdePkg/Include/Guid/VectorHandoffTable.h')
-rw-r--r-- | MdePkg/Include/Guid/VectorHandoffTable.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MdePkg/Include/Guid/VectorHandoffTable.h b/MdePkg/Include/Guid/VectorHandoffTable.h index ef9841e324..68353e826c 100644 --- a/MdePkg/Include/Guid/VectorHandoffTable.h +++ b/MdePkg/Include/Guid/VectorHandoffTable.h @@ -19,6 +19,9 @@ // in case an entity in DXE wishes to update/change the vector
// table contents.
//
+// The table shall be stored in memory of type
+// EfiBootServicesData
+//
#define EFI_VECTOR_HANDOF_TABLE_GUID \
{ 0x996ec11c, 0x5397, 0x4e73, { 0xb5, 0x8f, 0x82, 0x7e, 0x52, 0x90, 0x6d, 0xef }}
|