]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/DpcDxe/Dpc.h
BaseTools:Change the path of the file that Binary Cache
[mirror_edk2.git] / MdeModulePkg / Universal / Network / DpcDxe / Dpc.h
index d113947272850130ab78e928f51841757debf8d3..2017a215e352b81393978e7acaa5c8675a8e02cf 100644 (file)
@@ -1,13 +1,7 @@
 /** @file\r
 \r
-Copyright (c) 2007, Intel Corporation\r
-All rights reserved. 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
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+Copyright (c) 2007, Intel Corporation. All rights reserved.<BR>\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 Module Name:\r
 \r
@@ -21,7 +15,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 +28,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