Add enumeration EfiResetUpdate of EFI_RESET_TYPE, which is introduced in UEFI2.0/UEFI2.1 without value.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3160 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
yshang1 2007-07-09 09:25:08 +00:00
parent 1d12eae9de
commit 981a648dbb
3 changed files with 2 additions and 5 deletions

View File

@ -13,7 +13,7 @@
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
@par Revision Reference:
GUIDs defined in DXE CIS 0.91b.
GUIDs defined in PI 1.0.
**/

View File

@ -153,10 +153,6 @@ typedef struct _WIN_CERTIFICATE_UEFI_GUID {
} WIN_CERTIFICATE_UEFI_GUID;
/**
Certificate which encapsulates the RSASSA_PKCS1-v1_5 digital

View File

@ -894,6 +894,7 @@ typedef enum {
EfiResetCold,
EfiResetWarm,
EfiResetShutdown,
EfiResetUpdate
} EFI_RESET_TYPE;
/**