diff options
author | jchen20 <jchen20@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-07-09 09:13:30 +0000 |
---|---|---|
committer | jchen20 <jchen20@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-07-09 09:13:30 +0000 |
commit | da879e3f7df4f1f35ec4acb967297f08dbff79db (patch) | |
tree | df8cda6722ebb385aecc70a2ef609672ed690d8e /IntelFrameworkPkg/Include/Protocol | |
parent | 7b0ae7e82a079fde8eef0455363725755769c332 (diff) | |
download | edk2-platforms-da879e3f7df4f1f35ec4acb967297f08dbff79db.tar.xz |
Add comments to describe the difference with Spec to fix the bug #202466
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8833 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkPkg/Include/Protocol')
-rw-r--r-- | IntelFrameworkPkg/Include/Protocol/SmmSwDispatch.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/IntelFrameworkPkg/Include/Protocol/SmmSwDispatch.h b/IntelFrameworkPkg/Include/Protocol/SmmSwDispatch.h index 6d229a8227..d3bd0017bf 100644 --- a/IntelFrameworkPkg/Include/Protocol/SmmSwDispatch.h +++ b/IntelFrameworkPkg/Include/Protocol/SmmSwDispatch.h @@ -119,12 +119,17 @@ EFI_STATUS IN EFI_HANDLE DispatchHandle
);
+
//
// Interface structure for the SMM Software SMI Dispatch Protocol
//
/**
Provides the parent dispatch service for a given SMI source generator.
**/
+///
+/// Inconsistent with specification here:
+/// In framework spec SmmCis, this definition is named as _EFI_SMM_ICHN_DISPATCH_PROTOCOL by mistake.
+///
struct _EFI_SMM_SW_DISPATCH_PROTOCOL {
///
/// Installs a child service to be dispatched by this protocol.
|