]> git.proxmox.com Git - mirror_edk2.git/blame - Nt32Pkg/Include/Library/WinNtLib.h
Porting SecMain module for Nt32Pkg, but not enable PI, so it currently dependent...
[mirror_edk2.git] / Nt32Pkg / Include / Library / WinNtLib.h
CommitLineData
3a98b778
A
1/** @file\r
2 Public include file for the WinNt Library\r
45a20a7f 3\r
3a98b778
A
4Copyright (c) 2006 - 2007, Intel Corporation\r
5All rights reserved. This program and the accompanying materials\r
6are licensed and made available under the terms and conditions of the BSD License\r
7which accompanies this distribution. The full text of the license may be found at\r
8http://opensource.org/licenses/bsd-license.php\r
45a20a7f 9\r
3a98b778
A
10THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
45a20a7f 12\r
3a98b778 13**/\r
45a20a7f 14\r
15#ifndef __WIN_NT_LIB_H__\r
16#define __WIN_NT_LIB_H__\r
17\r
3a98b778
A
18#include <Protocol/WinNtThunk.h>\r
19\r
45a20a7f 20extern EFI_WIN_NT_THUNK_PROTOCOL *gWinNt;\r
21\r
3a98b778 22#endif\r