25 lines
837 B
C
25 lines
837 B
C
/** @file
|
|
|
|
;******************************************************************************
|
|
;* Copyright (c) 2018, 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_HYBRID_GRAPHICS_EVENT_PROTOCOL_H_
|
|
#define _H2O_HYBRID_GRAPHICS_EVENT_PROTOCOL_H_
|
|
|
|
#define H2O_HYBRID_GRAPHICS_EVENT_PROTOCOL_GUID \
|
|
{ \
|
|
0xa9647a1c, 0x1814, 0x44d0, {0x8e, 0x75, 0x59, 0xa8, 0x26, 0xb2, 0x33, 0xe6} \
|
|
}
|
|
|
|
extern EFI_GUID gH2OHybridGraphicsEventProtocolGuid;
|
|
|
|
#endif
|