mirror of https://github.com/acidanthera/audk.git
Add missing words for the description of EFI_SMM_CONTROL_PROTOCOL.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10250 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
f22f941ed2
commit
54f8d22a23
|
@ -149,7 +149,9 @@ EFI_STATUS
|
||||||
implementation of EFI_SMM_BASE_PROTOCOL.Communicate() to layer upon this service
|
implementation of EFI_SMM_BASE_PROTOCOL.Communicate() to layer upon this service
|
||||||
and provide an SMI callback from a general EFI runtime driver.
|
and provide an SMI callback from a general EFI runtime driver.
|
||||||
This protocol provides an abstraction to the platform hardware that generates an
|
This protocol provides an abstraction to the platform hardware that generates an
|
||||||
SMI or PMI. There are often I/O ports that, when accessed, will engender the
|
SMI or PMI. There are often I/O ports that, when accessed, will engender the SMI or PMI.
|
||||||
|
Also, this hardware optionally supports the periodic genearation of these signals.
|
||||||
|
|
||||||
**/
|
**/
|
||||||
struct _EFI_SMM_CONTROL_PROTOCOL {
|
struct _EFI_SMM_CONTROL_PROTOCOL {
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in New Issue