mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-26 23:24:03 +02:00
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
This commit is contained in:
parent
7b0ae7e82a
commit
da879e3f7d
@ -119,12 +119,17 @@ EFI_STATUS
|
|||||||
IN EFI_HANDLE DispatchHandle
|
IN EFI_HANDLE DispatchHandle
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Interface structure for the SMM Software SMI Dispatch Protocol
|
// Interface structure for the SMM Software SMI Dispatch Protocol
|
||||||
//
|
//
|
||||||
/**
|
/**
|
||||||
Provides the parent dispatch service for a given SMI source generator.
|
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 {
|
struct _EFI_SMM_SW_DISPATCH_PROTOCOL {
|
||||||
///
|
///
|
||||||
/// Installs a child service to be dispatched by this protocol.
|
/// Installs a child service to be dispatched by this protocol.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user