mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-23 13:44:33 +02:00
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
|
// - OS Install Phase
|
||||||
//
|
//
|
||||||
typedef enum {
|
typedef enum {
|
||||||
StandbyButtonEntry,
|
EfiStandbyButtonEntry,
|
||||||
StandbyButtonExit
|
EfiStandbyButtonExit,
|
||||||
|
EfiStandbyButtonMax
|
||||||
} EFI_STANDBY_BUTTON_PHASE;
|
} EFI_STANDBY_BUTTON_PHASE;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user