]> git.proxmox.com Git - mirror_edk2.git/blob - Nt32Pkg/Include/Library/WinNtLib.h
Nt32Pkg: Replace BSD License with BSD+Patent License
[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