]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Nt32Pkg/WinNtThunkDxe/WinNtThunk.c
Updated copyright. Deleted erroneous "Module Name" line. Changed preceding macro...
[mirror_edk2.git] / Nt32Pkg / WinNtThunkDxe / WinNtThunk.c
index b803e41d5a00da2646329635cc1df43e8881938d..f26f2bb84c579bba19dd78206576f1c9dadbef42 100644 (file)
@@ -1,4 +1,4 @@
-/*++\r
+/**@file\r
 \r
 Copyright (c) 2006, Intel Corporation                                                         \r
 All rights reserved. This program and the accompanying materials                          \r
@@ -24,19 +24,32 @@ Abstract:
   protocol on this handle. This driver can only support one one WinNtThunk protocol\r
   in the system, since the device path is hard coded.\r
 \r
---*/\r
+**/\r
 \r
 //\r
-// Include common header file for this module.\r
+// The package level header files this module uses\r
+//\r
+#include <Uefi.h>\r
+#include <WinNtDxe.h>\r
+//\r
+// The protocols, PPI and GUID defintions for this module\r
+//\r
+#include <Protocol/WinNtThunk.h>\r
+#include <Protocol/DevicePath.h>\r
+//\r
+// The Library classes this module consumes\r
 //\r
-#include "CommonHeader.h"\r
+#include <Library/UefiDriverEntryPoint.h>\r
+#include <Library/WinNtLib.h>\r
+#include <Library/UefiBootServicesTableLib.h>\r
+#include <Library/DevicePathLib.h>\r
 \r
 #include "WinNtThunk.h"\r
 \r
 //\r
 // WinNtThunk Device Path Protocol Instance\r
 //\r
-static WIN_NT_THUNK_DEVICE_PATH mWinNtThunkDevicePath = {\r
+WIN_NT_THUNK_DEVICE_PATH mWinNtThunkDevicePath = {\r
   {\r
     HARDWARE_DEVICE_PATH,\r
     HW_VENDOR_DP,\r