]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdePkg/Include/Guid/VectorHandoffTable.h
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Include / Guid / VectorHandoffTable.h
... / ...
CommitLineData
1/** @file\r
2 GUID for system configuration table entry that points to the table\r
3 in case an entity in DXE wishes to update/change the vector table contents.\r
4\r
5 Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>\r
6 This program and the accompanying materials\r
7 are licensed and made available under the terms and conditions of the BSD License\r
8 which accompanies this distribution. The full text of the license may be found at\r
9 http://opensource.org/licenses/bsd-license.php\r
10\r
11 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13\r
14 @par Revision Reference:\r
15 GUID defined in PI 1.2.1 spec.\r
16**/\r
17\r
18#ifndef __EFI_VECTOR_HANDOFF_TABLE_H__\r
19#define __EFI_VECTOR_HANDOFF_TABLE_H__\r
20\r
21#include <Ppi/VectorHandoffInfo.h>\r
22\r
23//\r
24// System configuration table entry that points to the table\r
25// in case an entity in DXE wishes to update/change the vector\r
26// table contents.\r
27//\r
28#define EFI_VECTOR_HANDOF_TABLE_GUID \\r
29 { 0x996ec11c, 0x5397, 0x4e73, { 0xb5, 0x8f, 0x82, 0x7e, 0x52, 0x90, 0x6d, 0xef }}\r
30\r
31extern EFI_GUID gEfiVectorHandoffTableGuid;\r
32\r
33#endif\r