mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-29 00:24:07 +02:00
updated comments
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8513 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
689aa0d6b7
commit
05ef5a8821
@ -13,7 +13,7 @@
|
|||||||
Module Name: SmmSwDispatch.h
|
Module Name: SmmSwDispatch.h
|
||||||
|
|
||||||
@par Revision Reference:
|
@par Revision Reference:
|
||||||
This Protocol is defined in Framework of EFI SMM Core Interface Spec
|
This Protocol is defined in Framework for EFI SMM Core Interface Spec
|
||||||
Version 0.9.
|
Version 0.9.
|
||||||
|
|
||||||
**/
|
**/
|
||||||
@ -125,22 +125,21 @@ EFI_STATUS
|
|||||||
/**
|
/**
|
||||||
@par Protocol Description:
|
@par Protocol Description:
|
||||||
Provides the parent dispatch service for a given SMI source generator.
|
Provides the parent dispatch service for a given SMI source generator.
|
||||||
|
|
||||||
@param Register
|
|
||||||
Installs a child service to be dispatched by this protocol.
|
|
||||||
|
|
||||||
@param UnRegister
|
|
||||||
Removes a child service dispatched by this protocol.
|
|
||||||
|
|
||||||
@param MaximumSwiValue
|
|
||||||
A read-only field that describes the maximum value that can be used
|
|
||||||
in the EFI_SMM_SW_DISPATCH_PROTOCOL.Register() service.
|
|
||||||
|
|
||||||
**/
|
**/
|
||||||
struct _EFI_SMM_SW_DISPATCH_PROTOCOL {
|
struct _EFI_SMM_SW_DISPATCH_PROTOCOL {
|
||||||
|
///
|
||||||
|
/// Installs a child service to be dispatched by this protocol.
|
||||||
|
///
|
||||||
EFI_SMM_SW_REGISTER Register;
|
EFI_SMM_SW_REGISTER Register;
|
||||||
|
///
|
||||||
|
/// Removes a child service dispatched by this protocol.
|
||||||
|
///
|
||||||
EFI_SMM_SW_UNREGISTER UnRegister;
|
EFI_SMM_SW_UNREGISTER UnRegister;
|
||||||
UINTN MaximumSwiValue;
|
///
|
||||||
|
/// A read-only field that describes the maximum value that can be used
|
||||||
|
/// in the EFI_SMM_SW_DISPATCH_PROTOCOL.Register() service.
|
||||||
|
///
|
||||||
|
UINTN MaximumSwiValue;
|
||||||
};
|
};
|
||||||
|
|
||||||
extern EFI_GUID gEfiSmmSwDispatchProtocolGuid;
|
extern EFI_GUID gEfiSmmSwDispatchProtocolGuid;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user