]> git.proxmox.com Git - mirror_edk2.git/blob - Nt32Pkg/Include/Library/WinNtLib.h
a3e3152b236b4e24b642893d0c6577696fc4b6c8
[mirror_edk2.git] / Nt32Pkg / Include / Library / WinNtLib.h
1 /** @file
2 Public include file for the WinNt Library
3
4 Copyright (c) 2006 - 2007, Intel Corporation. All rights reserved.<BR>
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6
7 **/
8
9 #ifndef __WIN_NT_LIB_H__
10 #define __WIN_NT_LIB_H__
11
12 #include <Protocol/WinNtThunk.h>
13
14 extern EFI_WIN_NT_THUNK_PROTOCOL *gWinNt;
15
16 #endif