]> git.proxmox.com Git - mirror_edk2.git/commitdiff
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7258 6f19259b...
authorywu21 <ywu21@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 13 Jan 2009 08:47:31 +0000 (08:47 +0000)
committerywu21 <ywu21@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 13 Jan 2009 08:47:31 +0000 (08:47 +0000)
MdeModulePkg/Library/DxeDpcLib/DpcLib.c
MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf

index 41f54276d65f58430c6dad48166426daa91324cc..904c1cd5d417a3f551937baf66ac7657bbab8fc2 100644 (file)
@@ -51,10 +51,10 @@ DpcLibConstructor (
 /**\r
   Add a Deferred Procedure Call to the end of the DPC queue.\r
 \r
-  @param  DpcTpl        The EFI_TPL that the DPC should be invoked.\r
-  @param  DpcProcedure  Pointer to the DPC's function.\r
-  @param  DpcContext    Pointer to the DPC's context.  Passed to DpcProcedure\r
-                        when DpcProcedure is invoked.\r
+  @param[in]  DpcTpl        The EFI_TPL that the DPC should be invoked.\r
+  @param[in]  DpcProcedure  Pointer to the DPC's function.\r
+  @param[in]  DpcContext    Pointer to the DPC's context.  Passed to DpcProcedure\r
+                            when DpcProcedure is invoked.\r
 \r
   @retval EFI_SUCCESS            The DPC was queued.\r
   @retval EFI_INVALID_PARAMETER  DpcTpl is not a valid EFI_TPL.\r
@@ -68,7 +68,7 @@ EFIAPI
 QueueDpc (\r
   IN EFI_TPL            DpcTpl,\r
   IN EFI_DPC_PROCEDURE  DpcProcedure,\r
-  IN VOID               *DpcContext\r
+  IN VOID               *DpcContext    OPTIONAL\r
   )\r
 {\r
   //\r
index d03e2dd9b90b21fe0179bf4a95281e19e29fa791..6c0731ed060b106f02c95468c180b5d0c25fca13 100644 (file)
@@ -1,18 +1,16 @@
-#/** @file\r
-# Component name for module DxeDpcLib\r
-#\r
-# Copyright (c) 2007, Intel Corporation.\r
-#\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
-#\r
-#\r
-#**/\r
+/** @file\r
+  Component name for module DxeDpcLib.\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
+\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
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r