mirror of https://github.com/acidanthera/audk.git
Rename the enum value of EFI_STANDBY_BUTTON_PHASE.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2529 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
1b256c950c
commit
01d71f9c85
|
@ -40,8 +40,9 @@ typedef struct _EFI_SMM_STANDBY_BUTTON_DISPATCH_PROTOCOL EFI_SMM_STANDBY_BUTTON
|
|||
// - OS Install Phase
|
||||
//
|
||||
typedef enum {
|
||||
StandbyButtonEntry,
|
||||
StandbyButtonExit
|
||||
EfiStandbyButtonEntry,
|
||||
EfiStandbyButtonExit,
|
||||
EfiStandbyButtonMax
|
||||
} EFI_STANDBY_BUTTON_PHASE;
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Reference in New Issue