]> git.proxmox.com Git - mirror_edk2.git/commitdiff
updated comments
authorjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 10 Jun 2009 17:51:13 +0000 (17:51 +0000)
committerjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 10 Jun 2009 17:51:13 +0000 (17:51 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8513 6f19259b-4bc3-4df7-8a09-765794883524

IntelFrameworkPkg/Include/Protocol/SmmSwDispatch.h

index 55b360ce18b0124f629fa5b64de2e72e6fe5ba34..9bcd093c6c96d71fa479daa98dedcd872934e098 100644 (file)
@@ -13,7 +13,7 @@
   Module Name:  SmmSwDispatch.h\r
 \r
   @par Revision Reference:\r
-  This Protocol is defined in Framework of EFI SMM Core Interface Spec\r
+  This Protocol is defined in Framework for EFI SMM Core Interface Spec\r
   Version 0.9.\r
 \r
 **/\r
@@ -125,22 +125,21 @@ EFI_STATUS
 /**\r
   @par Protocol Description:\r
   Provides the parent dispatch service for a given SMI source generator.\r
-\r
-  @param Register\r
-  Installs a child service to be dispatched by this protocol.\r
-\r
-  @param UnRegister\r
-  Removes a child service dispatched by this protocol.\r
-\r
-  @param MaximumSwiValue\r
-  A read-only field that describes the maximum value that can be used\r
-  in the EFI_SMM_SW_DISPATCH_PROTOCOL.Register() service.\r
-\r
 **/\r
 struct _EFI_SMM_SW_DISPATCH_PROTOCOL {\r
+///\r
+/// Installs a child service to be dispatched by this protocol.\r
+///\r
   EFI_SMM_SW_REGISTER   Register;\r
+///\r
+/// Removes a child service dispatched by this protocol.\r
+///\r
   EFI_SMM_SW_UNREGISTER UnRegister;\r
-  UINTN                 MaximumSwiValue;\r
+///\r
+/// A read-only field that describes the maximum value that can be used\r
+/// in the EFI_SMM_SW_DISPATCH_PROTOCOL.Register() service.\r
+///\r
+UINTN                 MaximumSwiValue;\r
 };\r
 \r
 extern EFI_GUID gEfiSmmSwDispatchProtocolGuid;\r