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:
yshang1 2007-04-04 03:14:30 +00:00
parent 1b256c950c
commit 01d71f9c85
1 changed files with 3 additions and 2 deletions

View File

@ -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 {