TianoCore EDK2 master
Loading...
Searching...
No Matches
VectorHandoffTable.h
Go to the documentation of this file.
1
12#ifndef __EFI_VECTOR_HANDOFF_TABLE_H__
13#define __EFI_VECTOR_HANDOFF_TABLE_H__
14
16
17//
18// System configuration table entry that points to the table
19// in case an entity in DXE wishes to update/change the vector
20// table contents.
21//
22// The table shall be stored in memory of type
23// EfiBootServicesData
24//
25#define EFI_VECTOR_HANDOF_TABLE_GUID \
26 { 0x996ec11c, 0x5397, 0x4e73, { 0xb5, 0x8f, 0x82, 0x7e, 0x52, 0x90, 0x6d, 0xef }}
27
28extern EFI_GUID gEfiVectorHandoffTableGuid;
29
30#endif
Definition: Base.h:213