]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/Guid/VectorHandoffTable.h
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Include / Guid / VectorHandoffTable.h
CommitLineData
a889d466
JF
1/** @file\r
2 GUID for system configuration table entry that points to the table\r
9095d37b 3 in case an entity in DXE wishes to update/change the vector table contents.\r
a889d466 4\r
9095d37b 5 Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>\r
9344f092 6 SPDX-License-Identifier: BSD-2-Clause-Patent\r
a889d466
JF
7\r
8 @par Revision Reference:\r
9 GUID defined in PI 1.2.1 spec.\r
10**/\r
11\r
12#ifndef __EFI_VECTOR_HANDOFF_TABLE_H__\r
13#define __EFI_VECTOR_HANDOFF_TABLE_H__\r
14\r
15#include <Ppi/VectorHandoffInfo.h>\r
16\r
17//\r
18// System configuration table entry that points to the table\r
19// in case an entity in DXE wishes to update/change the vector\r
20// table contents.\r
21//\r
22#define EFI_VECTOR_HANDOF_TABLE_GUID \\r
23 { 0x996ec11c, 0x5397, 0x4e73, { 0xb5, 0x8f, 0x82, 0x7e, 0x52, 0x90, 0x6d, 0xef }}\r
24\r
25extern EFI_GUID gEfiVectorHandoffTableGuid;\r
26\r
27#endif\r