]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Library/DpcLib.h
MdeModulePkg/ResetSystemRuntimeDxe: Add platform filter and handler
[mirror_edk2.git] / MdeModulePkg / Include / Library / DpcLib.h
index 09c22e4b25b6b589b2b7fb69bae873df90437e64..c392e3e3d78679781d8e8660955a9219bd40f6f5 100644 (file)
@@ -1,13 +1,13 @@
 /** @file\r
-  DpcLib.h\r
+  DpcLib.h.\r
   \r
-Copyright (c) 2007, Intel Corporation.<BR>\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
+Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
+This program and the accompanying materials are licensed and made available under \r
+the terms and conditions of the BSD License that accompanies this distribution.  \r
+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
+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
 \r
 **/\r
@@ -21,8 +21,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
   Add a Deferred Procedure Call to the end of the DPC queue.\r
 \r
   @param[in]  DpcTpl        The EFI_TPL that the DPC should invoke.\r
-  @param[in]  DpcProcedure  Pointer to the DPC's function.\r
-  @param[in]  DpcContext    Pointer to the DPC's context.  Passed to DpcProcedure\r
+  @param[in]  DpcProcedure  The pointer to the DPC's function.\r
+  @param[in]  DpcContext    The pointer to the DPC's context.  Passed to DpcProcedure\r
                             when DpcProcedure is invoked.\r
 \r
   @retval EFI_SUCCESS            The DPC was queued.\r