23 lines
761 B
C
23 lines
761 B
C
/** @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 _KBC_INITIALIZED_GUID_H_
|
|
#define _KBC_INITIALIZED_GUID_H_
|
|
|
|
#define KBC_INITIALIZED_GUID \
|
|
{0x960b4509, 0x5c57, 0x4789, 0xbc, 0x35, 0xfe, 0x1e, 0xbf, 0xf1, 0x4e, 0xce}
|
|
extern EFI_GUID gKbcInitializedGuid;
|
|
|
|
#endif
|
|
|