diff options
-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;
};
|