]> git.proxmox.com Git - mirror_edk2.git/commitdiff
SMMcis defines "Exit" as the one of phases of EFI_SMM_STANDBY_BUTTON_CONTEXT. The...
authoryshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 3 Apr 2007 09:23:26 +0000 (09:23 +0000)
committeryshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 3 Apr 2007 09:23:26 +0000 (09:23 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2527 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Protocol/SmmStandbyButtonDispatch.h

index 79b0602a03d1b782c79eb4fed8056462233f418f..e8cd172e40dbdb71301085ac2b777cd02862a889 100644 (file)
@@ -40,8 +40,8 @@ typedef struct _EFI_SMM_STANDBY_BUTTON_DISPATCH_PROTOCOL  EFI_SMM_STANDBY_BUTTON
 //    - OS Install Phase\r
 //\r
 typedef enum {\r
-  Entry,\r
-  Exit\r
+  StandbyButtonEntry,\r
+  StandbyButtonExit\r
 } EFI_STANDBY_BUTTON_PHASE;\r
 \r
 typedef struct {\r