diff options
author | jcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-06-16 13:16:06 +0000 |
---|---|---|
committer | jcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-06-16 13:16:06 +0000 |
commit | f391357d3c978eb2c73a110aa44e09e7711a6abb (patch) | |
tree | 45ba7e4a53101b19d349157193b5812538662373 /IntelFrameworkPkg/Include/Protocol | |
parent | 79a0adf30a85ef87ab9d8fdc15a68a0d8e4b7139 (diff) | |
download | edk2-platforms-f391357d3c978eb2c73a110aa44e09e7711a6abb.tar.xz |
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8576 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkPkg/Include/Protocol')
-rw-r--r-- | IntelFrameworkPkg/Include/Protocol/SmmGpiDispatch.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/IntelFrameworkPkg/Include/Protocol/SmmGpiDispatch.h b/IntelFrameworkPkg/Include/Protocol/SmmGpiDispatch.h index b9df94dbfc..0632d25964 100644 --- a/IntelFrameworkPkg/Include/Protocol/SmmGpiDispatch.h +++ b/IntelFrameworkPkg/Include/Protocol/SmmGpiDispatch.h @@ -125,9 +125,9 @@ struct _EFI_SMM_GPI_DISPATCH_PROTOCOL { EFI_SMM_GPI_REGISTER Register;
EFI_SMM_GPI_UNREGISTER UnRegister;
- //
- // Denotes the maximum value of inputs that can have handlers attached.
- //
+ ///
+ /// Denotes the maximum value of inputs that can have handlers attached.
+ ///
UINTN NumSupportedGpis;
};
|