]> git.proxmox.com Git - mirror_edk2.git/blob - Nt32Pkg/WinNtThunkDxe/WinNtThunk.h
Nt32Pkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / Nt32Pkg / WinNtThunkDxe / WinNtThunk.h
1 /**@file
2
3 Copyright (c) 2006, Intel Corporation. All rights reserved.<BR>
4 SPDX-License-Identifier: BSD-2-Clause-Patent
5
6 Module Name:
7
8 WinNtThunk.h
9
10 Abstract:
11
12 **/
13
14 #ifndef _WIN_NT_THUNK_H_
15 #define _WIN_NT_THUNK_H_
16
17 // TODO: add protective #ifndef
18
19
20 //
21 // WinNtThunk Device Path Protocol Instance Type
22 //
23 typedef struct {
24 VENDOR_DEVICE_PATH Vendor;
25 EFI_DEVICE_PATH_PROTOCOL EndDevicePath;
26 } WIN_NT_THUNK_DEVICE_PATH;
27
28 #endif