alder_lake_bios/Oem/L05/FeatureCommon/InsydeL05ModulePkg/Include/Protocol/PushButtonRecovery.h

29 lines
873 B
C

/** @file
Definition for One key Recovery
;******************************************************************************
;* Copyright (c) 2012, Insyde Software Corporation. All Rights Reserved.
;*
;* You may not reproduce, distribute, publish, display, perform, modify, adapt,
;* transmit, broadcast, present, recite, release, license or otherwise exploit
;* any part of this publication in any form, by any means, without the prior
;* written permission of Insyde Software Corporation.
;*
;******************************************************************************
*/
#ifndef _PUSH_BUTTON_RECOVERY_H_
#define _PUSH_BUTTON_RECOVERY_H_
//
// Variable Guid
//
#define EFI_L05_PUSH_BOTTION_RECOVERY_PROTOCOL \
{ \
0x1427b7a7, 0xb18b, 0x4a39, 0x96, 0x5e, 0xbf, 0x6b, 0x6e, 0x3a, 0x05, 0x1a \
}
extern EFI_GUID gEfiL05PushButtonRecoveryProtocolGuid;
#endif