]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Sample/Platform/Nt32/Ppi/NtThunk/NtThunk.h
EdkCompatibilityPkg: Remove EdkCompatibilityPkg
[mirror_edk2.git] / EdkCompatibilityPkg / Sample / Platform / Nt32 / Ppi / NtThunk / NtThunk.h
diff --git a/EdkCompatibilityPkg/Sample/Platform/Nt32/Ppi/NtThunk/NtThunk.h b/EdkCompatibilityPkg/Sample/Platform/Nt32/Ppi/NtThunk/NtThunk.h
deleted file mode 100644 (file)
index 65d0084..0000000
+++ /dev/null
@@ -1,59 +0,0 @@
-/*++\r
-\r
-Copyright (c) 2004 - 2008, 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
-  NtThunk.h\r
-\r
-Abstract:\r
-\r
-  WinNt Thunk interface PPI\r
-\r
---*/\r
-\r
-#ifndef _NT_PEI_WIN_NT_THUNK_H_\r
-#define _NT_PEI_WIN_NT_THUNK_H_\r
-\r
-#include "Tiano.h"\r
-#include "PeiHob.h"\r
-\r
-#define PEI_NT_THUNK_GUID \\r
-  { \\r
-    0x98c281e5, 0xf906, 0x43dd, {0xa9, 0x2b, 0xb0, 0x3, 0xbf, 0x27, 0x65, 0xda} \\r
-  }\r
-\r
-typedef\r
-EFI_STATUS\r
-(EFIAPI *PEI_NT_THUNK_INTERFACE) (\r
-  IN OUT UINT64                *InterfaceSize,\r
-  IN OUT EFI_PHYSICAL_ADDRESS  * InterfaceBase\r
-  );\r
-\r
-/*++\r
-\r
-Routine Description:\r
-  Export of EFI_WIN_NT_THUNK_PROTOCOL from the Windows SEC.\r
-\r
-Arguments:\r
-  InterfaceSize - sizeof (EFI_WIN_NT_THUNK_PROTOCOL);\r
-  InterfaceBase - Address of the EFI_WIN_NT_THUNK_PROTOCOL\r
-\r
-Returns:\r
-  EFI_SUCCESS - Data returned\r
-\r
---*/\r
-typedef struct {\r
-  PEI_NT_THUNK_INTERFACE  NtThunk;\r
-} PEI_NT_THUNK_PPI;\r
-\r
-extern EFI_GUID gPeiNtThunkPpiGuid;\r
-\r
-#endif\r