]> git.proxmox.com Git - mirror_edk2.git/blame - Nt32Pkg/Include/WinNtPeim.h
Nt32Pkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / Nt32Pkg / Include / WinNtPeim.h
CommitLineData
6ae81428 1/**@file\r
45a20a7f 2\r
8f2a5f80 3Copyright (c) 2006, Intel Corporation. All rights reserved.<BR>\r
9d2eedba 4SPDX-License-Identifier: BSD-2-Clause-Patent\r
45a20a7f 5\r
6Module Name:\r
7 WinNtLib.h\r
8\r
9Abstract:\r
10 Public include file for the WinNt Library\r
11\r
6ae81428 12**/\r
45a20a7f 13\r
14#ifndef __WIN_NT_PEIM_H__\r
15#define __WIN_NT_PEIM_H__\r
16\r
17//\r
18// This forces Windows.h WIN32 include file to be included\r
19// it's needed for WinNtThunk.h\r
20//\r
21#include <Common/WinNtInclude.h>\r
22\r
23#include <Protocol/WinNtThunk.h>\r
24\r
25#endif\r