diff options
author | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-03-16 04:08:24 +0000 |
---|---|---|
committer | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-03-16 04:08:24 +0000 |
commit | 54f8d22a2366c5f7764382b4f526f41cbb51ced8 (patch) | |
tree | 99f91b806040a8f00b9d010a9a0a20f298fe9776 /IntelFrameworkPkg/Include/Protocol/SmmControl.h | |
parent | f22f941ed273753a0426d1234869857f19c28664 (diff) | |
download | edk2-platforms-54f8d22a2366c5f7764382b4f526f41cbb51ced8.tar.xz |
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
Diffstat (limited to 'IntelFrameworkPkg/Include/Protocol/SmmControl.h')
-rw-r--r-- | IntelFrameworkPkg/Include/Protocol/SmmControl.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/IntelFrameworkPkg/Include/Protocol/SmmControl.h b/IntelFrameworkPkg/Include/Protocol/SmmControl.h index e134a09495..e5375956cd 100644 --- a/IntelFrameworkPkg/Include/Protocol/SmmControl.h +++ b/IntelFrameworkPkg/Include/Protocol/SmmControl.h @@ -149,7 +149,9 @@ EFI_STATUS implementation of EFI_SMM_BASE_PROTOCOL.Communicate() to layer upon this service
and provide an SMI callback from a general EFI runtime driver.
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 {
///
|