X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=Nt32Pkg%2FInclude%2FPpi%2FNtThunk.h;fp=Nt32Pkg%2FInclude%2FPpi%2FNtThunk.h;h=0000000000000000000000000000000000000000;hp=a585bfb0b2b544f09392b26d20f977c596227d49;hb=7afa0cea8f2ccedc231f1208609148a38c958a64;hpb=4d5d7812786db947e476b4d850698b465d0e2d99 diff --git a/Nt32Pkg/Include/Ppi/NtThunk.h b/Nt32Pkg/Include/Ppi/NtThunk.h deleted file mode 100644 index a585bfb0b2..0000000000 --- a/Nt32Pkg/Include/Ppi/NtThunk.h +++ /dev/null @@ -1,50 +0,0 @@ -/**@file - -Copyright (c) 2006, Intel Corporation. All rights reserved.
-SPDX-License-Identifier: BSD-2-Clause-Patent - -Module Name: - - NtThunk.h - -Abstract: - - WinNt Thunk interface PPI - -**/ - -#ifndef __NT_PEI_WIN_NT_THUNK_H__ -#define __NT_PEI_WIN_NT_THUNK_H__ - -#include - -#define PEI_NT_THUNK_PPI_GUID \ - { \ - 0x98c281e5, 0xf906, 0x43dd, {0xa9, 0x2b, 0xb0, 0x3, 0xbf, 0x27, 0x65, 0xda } \ - } - -typedef -VOID * -(EFIAPI *PEI_NT_THUNK_INTERFACE) ( - VOID - ); - -/*++ - -Routine Description: - Export of EFI_WIN_NT_THUNK_PROTOCOL from the Windows SEC. - -Arguments: - InterfaceBase - Address of the EFI_WIN_NT_THUNK_PROTOCOL - -Returns: - EFI_SUCCESS - Data returned - ---*/ -typedef struct { - PEI_NT_THUNK_INTERFACE NtThunk; -} PEI_NT_THUNK_PPI; - -extern EFI_GUID gPeiNtThunkPpiGuid; - -#endif