24 lines
810 B
C
24 lines
810 B
C
/** @file
|
|
SIO Initialized PPI
|
|
|
|
;******************************************************************************
|
|
;* 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 _PEI_SIO_INITIALIZED_PPI_H
|
|
#define _PEI_SIO_INITIALIZED_PPI_H
|
|
|
|
#define PEI_SIO_INITIALIZED_PPI_GUID \
|
|
{0x6F3BDEE2, 0x6FCF, 0x492e, 0x80, 0xAC, 0x7C, 0x78, 0x6D, 0x9F, 0xC3, 0x97};
|
|
|
|
extern EFI_GUID gPeiSioInitializedPpiGuid;
|
|
|
|
#endif
|