Committing changes to the comments, after review with engineers.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9018 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -36,8 +36,8 @@ typedef struct _EFI_SMM_GPI_DISPATCH_PROTOCOL EFI_SMM_GPI_DISPATCH_PROTOCOL;
|
||||
//
|
||||
|
||||
//
|
||||
// GpiMask is a bit mask of 32 possible general purpose inputs that can generate a
|
||||
// a SMI. Bit 0 corresponds to logical GPI[0], 1 corresponds to logical GPI[1], etc.
|
||||
// GpiMask is a bit mask of 32 possible general purpose inputs that can generate
|
||||
// an SMI. Bit 0 corresponds to logical GPI[0], 1 corresponds to logical GPI[1], and so on.
|
||||
//
|
||||
// The logical GPI index to physical pin on device is described by the GPI device name
|
||||
// found on the same handle as the GpiSmi child dispatch protocol. The GPI device name
|
||||
@@ -72,8 +72,7 @@ VOID
|
||||
@param This Pointer to the EFI_SMM_GPI_DISPATCH_PROTOCOL instance.
|
||||
@param DispatchFunction Function to install.
|
||||
@param DispatchContext Pointer to the dispatch function's context.
|
||||
The caller fills this context in before calling
|
||||
the register function to indicate to the register
|
||||
Indicates to the register
|
||||
function the GPI(s) for which the dispatch function
|
||||
should be invoked.
|
||||
@param DispatchHandle Handle generated by the dispatcher to track the
|
||||
|
Reference in New Issue
Block a user