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