]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Guid/VectorHandoffTable.h
Add Reserve Interrupt and Exception Vectors definition defined in PI 1.2.1.
[mirror_edk2.git] / MdePkg / Include / Guid / VectorHandoffTable.h
diff --git a/MdePkg/Include/Guid/VectorHandoffTable.h b/MdePkg/Include/Guid/VectorHandoffTable.h
new file mode 100644 (file)
index 0000000..a3b3a95
--- /dev/null
@@ -0,0 +1,33 @@
+/** @file\r
+  GUID for system configuration table entry that points to the table\r
+  in case an entity in DXE wishes to update/change the vector table contents. \r
+\r
+  Copyright (c) 2013, Intel Corporation. All rights reserved.<BR>\r
+  This program and the accompanying materials                          \r
+  are licensed and made available under the terms and conditions of the BSD License         \r
+  which accompanies this distribution.  The full text of the license may be found at        \r
+  http://opensource.org/licenses/bsd-license.php                                            \r
+\r
+  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
+  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \r
+\r
+  @par Revision Reference:\r
+  GUID defined in PI 1.2.1 spec.\r
+**/\r
+\r
+#ifndef __EFI_VECTOR_HANDOFF_TABLE_H__\r
+#define __EFI_VECTOR_HANDOFF_TABLE_H__\r
+\r
+#include <Ppi/VectorHandoffInfo.h>\r
+\r
+//\r
+// System configuration table entry that points to the table\r
+// in case an entity in DXE wishes to update/change the vector\r
+// table contents.\r
+//\r
+#define EFI_VECTOR_HANDOF_TABLE_GUID \\r
+  { 0x996ec11c, 0x5397, 0x4e73, { 0xb5, 0x8f, 0x82, 0x7e, 0x52, 0x90, 0x6d, 0xef }}\r
+\r
+extern EFI_GUID gEfiVectorHandoffTableGuid;\r
+\r
+#endif\r