25 lines
794 B
C
25 lines
794 B
C
/** @file
|
|
GUIDs used for CR SOL
|
|
|
|
;******************************************************************************
|
|
;* Copyright (c) 2013, 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 __INSYDE_SOL_DRIVER_H__
|
|
#define __INSYDE_SOL_DRIVER_H__
|
|
|
|
#define INSYDE_SOL_DRIVER_GUID \
|
|
{ \
|
|
0x9a7bce0e, 0xad00, 0x410f, 0x9b, 0x94, 0x5d, 0xc9, 0x12, 0xf4, 0xf9, 0x17 \
|
|
};
|
|
|
|
extern EFI_GUID gH2OSolDriverGuid;
|
|
#endif
|