]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/X64/EfiJump.h
EdkCompatibilityPkg: Remove EdkCompatibilityPkg
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Library / Pei / PeiLib / X64 / EfiJump.h
diff --git a/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/X64/EfiJump.h b/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/X64/EfiJump.h
deleted file mode 100644 (file)
index 884ec1c..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-/*++\r
-\r
-Copyright (c) 2005 - 2010, 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
-Module Name:\r
-  \r
-  EfiJump.h\r
-\r
-Abstract:\r
-\r
-  This is the Setjump/Longjump pair for an x64 processor.\r
-\r
---*/\r
-\r
-#ifndef _EFI_JUMP_H_\r
-#define _EFI_JUMP_H_\r
-\r
-typedef struct {\r
-  UINT64 Rbx;\r
-  UINT64 Rsp;\r
-  UINT64 Rbp;\r
-  UINT64 Rdi;\r
-  UINT64 Rsi;\r
-  UINT64 R10;\r
-  UINT64 R11;\r
-  UINT64 R12;\r
-  UINT64 R13;\r
-  UINT64 R14;\r
-  UINT64 R15;\r
-  UINT64 Rip;\r
-  UINT32 MxCsr;\r
-  UINT8  XmmBuffer[160]; // XMM6-XMM15\r
-} EFI_JUMP_BUFFER;\r
-\r
-#endif\r