alder_lake_bios/Insyde/InsydeModulePkg/Include/Protocol/LegacyFree.h

24 lines
784 B
C

/** @file
LegacyFree Guid definition file
;******************************************************************************
;* Copyright (c) 2012, Insyde Software Corp. 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 _LEGACY_FREE_GUID_H_
#define _LEGACY_FREE_GUID_H_
#define LEGACY_FREE_GUID \
{ 0xc640276e, 0xdd54, 0x41d5, { 0xa0, 0x89, 0x41, 0x77, 0x3a, 0x3e, 0xf9, 0x7d }}
extern EFI_GUID gLegacyFreeGuid;
#endif