]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/DpcDxe/Dpc.h
MdeModulePkg: Fix the wrong Timer event check
[mirror_edk2.git] / MdeModulePkg / Universal / Network / DpcDxe / Dpc.h
index d113947272850130ab78e928f51841757debf8d3..443bc3904ef7fad24d5a3d47f262e7a699ec1949 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
 \r
-Copyright (c) 2007, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
+Copyright (c) 2007, Intel Corporation. All rights reserved.<BR>\r
+This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
 http://opensource.org/licenses/bsd-license.php\r
@@ -21,7 +21,7 @@ Abstract:
 #ifndef _DPC_H_\r
 #define _DPC_H_\r
 \r
-#include <PiDxe.h>\r
+#include <Uefi.h>\r
 #include <Library/BaseLib.h>\r
 #include <Library/DebugLib.h>\r
 #include <Library/UefiDriverEntryPoint.h>\r
@@ -34,7 +34,7 @@ Abstract:
 // list or on a DPC queue at a specific EFI_TPL.\r
 //\r
 typedef struct {\r
-  LIST_ENTRY         ListEntry;\r
+  LIST_ENTRY             ListEntry;\r
   EFI_DPC_PROCEDURE  DpcProcedure;\r
   VOID               *DpcContext;\r
 } DPC_ENTRY;\r