mirror of https://github.com/acidanthera/audk.git
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8576 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
79a0adf30a
commit
f391357d3c
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue