X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFrameworkPkg%2FInclude%2FProtocol%2FSmmControl.h;h=20931f19ae3b53878e7e0281dc768971587025a7;hp=4ec82777d8ee35a1f65f3db8674f78a5aed6d84d;hb=700a786952c4573a6dd7c7b0c74ea772969f777a;hpb=19f17070788759d3082acc27695cddfcd81855db diff --git a/IntelFrameworkPkg/Include/Protocol/SmmControl.h b/IntelFrameworkPkg/Include/Protocol/SmmControl.h index 4ec82777d8..20931f19ae 100644 --- a/IntelFrameworkPkg/Include/Protocol/SmmControl.h +++ b/IntelFrameworkPkg/Include/Protocol/SmmControl.h @@ -37,7 +37,7 @@ typedef struct _EFI_SMM_CONTROL_PROTOCOL EFI_SMM_CONTROL_PROTOCOL; { \ 0x8d12e231, 0xc667, 0x4fd1, {0x98, 0xf2, 0x24, 0x49, 0xa7, 0xe7, 0xb2, 0xe5 } \ } - +// // SMM Access specification Data Structures // typedef struct { @@ -78,7 +78,8 @@ EFI_STATUS Clears any system state that was created in response to the Active call. @param This The EFI_SMM_CONTROL_PROTOCOL instance. - @param Periodic Optional parameter to repeat at this period one time + @param Periodic Optional parameter to repeat at this period one + time or, if the Periodic Boolean is set, periodically. @retval EFI_SUCCESS The SMI/PMI has been engendered. @retval EFI_DEVICE_ERROR The source could not be cleared.