]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - EdkNt32Pkg/Include/Ppi/NtThunk.h
Rename Protocol/FrameworkHii.h to Protocol/HiiFramework.h to follow the naming conven...
[mirror_edk2.git] / EdkNt32Pkg / Include / Ppi / NtThunk.h
... / ...
CommitLineData
1/*++\r
2\r
3Copyright (c) 2006, Intel Corporation \r
4All rights reserved. This program and the accompanying materials \r
5are licensed and made available under the terms and conditions of the BSD License \r
6which accompanies this distribution. The full text of the license may be found at \r
7http://opensource.org/licenses/bsd-license.php \r
8 \r
9THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
10WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
11\r
12Module Name:\r
13\r
14 NtThunk.h\r
15\r
16Abstract:\r
17\r
18 WinNt Thunk interface PPI\r
19\r
20--*/\r
21\r
22#ifndef __NT_PEI_WIN_NT_THUNK_H__\r
23#define __NT_PEI_WIN_NT_THUNK_H__\r
24\r
25#include <WinNtDxe.h>\r
26\r
27#define PEI_NT_THUNK_PPI_GUID \\r
28 { \\r
29 0x98c281e5, 0xf906, 0x43dd, {0xa9, 0x2b, 0xb0, 0x3, 0xbf, 0x27, 0x65, 0xda } \\r
30 }\r
31\r
32typedef\r
33VOID *\r
34(EFIAPI *PEI_NT_THUNK_INTERFACE) (\r
35 VOID\r
36 );\r
37\r
38/*++\r
39\r
40Routine Description:\r
41 Export of EFI_WIN_NT_THUNK_PROTOCOL from the Windows SEC.\r
42\r
43Arguments:\r
44 InterfaceBase - Address of the EFI_WIN_NT_THUNK_PROTOCOL\r
45\r
46Returns:\r
47 EFI_SUCCESS - Data returned\r
48\r
49--*/\r
50typedef struct {\r
51 PEI_NT_THUNK_INTERFACE NtThunk;\r
52} PEI_NT_THUNK_PPI;\r
53\r
54extern EFI_GUID gPeiNtThunkPpiGuid;\r
55\r
56#endif\r