]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Add comments to describe the difference with Spec to fix the bug #202466
authorjchen20 <jchen20@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 9 Jul 2009 09:13:30 +0000 (09:13 +0000)
committerjchen20 <jchen20@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 9 Jul 2009 09:13:30 +0000 (09:13 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8833 6f19259b-4bc3-4df7-8a09-765794883524

IntelFrameworkPkg/Include/Protocol/SmmSwDispatch.h

index 6d229a82279e02c10f072e8bc17ff4d2d2242d14..d3bd0017bfcb819d411faf8a1767462dcdb16e8d 100644 (file)
@@ -119,12 +119,17 @@ EFI_STATUS
   IN EFI_HANDLE                            DispatchHandle\r
   );\r
 \r
+\r
 //\r
 // Interface structure for the SMM Software SMI Dispatch Protocol\r
 //\r
 /**\r
   Provides the parent dispatch service for a given SMI source generator.\r
 **/\r
+///\r
+/// Inconsistent with specification here:\r
+/// In framework spec SmmCis, this definition is named as _EFI_SMM_ICHN_DISPATCH_PROTOCOL by mistake.\r
+///\r
 struct _EFI_SMM_SW_DISPATCH_PROTOCOL {\r
   ///\r
   /// Installs a child service to be dispatched by this protocol.\r