]> git.proxmox.com Git - mirror_edk2.git/blame - Nt32Pkg/Include/Library/WinNtLib.h
Nt32Pkg: Replace BSD License with BSD+Patent License
[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
8f2a5f80 4Copyright (c) 2006 - 2007, Intel Corporation. All rights reserved.<BR>\r
9d2eedba 5SPDX-License-Identifier: BSD-2-Clause-Patent\r
45a20a7f 6\r
3a98b778 7**/\r
45a20a7f 8\r
9#ifndef __WIN_NT_LIB_H__\r
10#define __WIN_NT_LIB_H__\r
11\r
3a98b778
A
12#include <Protocol/WinNtThunk.h>\r
13\r
45a20a7f 14extern EFI_WIN_NT_THUNK_PROTOCOL *gWinNt;\r
15\r
3a98b778 16#endif\r