This commit is contained in:
jcarsey 2009-06-16 13:16:06 +00:00
parent 79a0adf30a
commit f391357d3c
1 changed files with 3 additions and 3 deletions

View File

@ -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;
};