24 lines
805 B
C
24 lines
805 B
C
/** @file
|
|
H2O eMMC FFU ImageType GUID
|
|
|
|
;******************************************************************************
|
|
;* Copyright (c) 2014, 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 __H2O_SDHC_FFU_IMAGE_GUID__
|
|
#define __H2O_SDHC_FFU_IMAGE_GUID__
|
|
|
|
#define H2O_SDHC_FFU_IMAGE_GUID \
|
|
{ 0x178b848a, 0x1604, 0x414d, {0xba, 0xba, 0xbc, 0x27, 0x40, 0x50, 0x00, 0x85} }
|
|
|
|
extern EFI_GUID gH2OSdhcFfuImageGuid;
|
|
|
|
#endif
|