25 lines
800 B
C
25 lines
800 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 _END_OF_DISABLE_QUIET_BOOT_H_
|
|
#define _END_OF_DISABLE_QUIET_BOOT_H_
|
|
|
|
#define END_OF_DISABLE_QUIET_BOOT_GUID \
|
|
{ \
|
|
0x301dc83e, 0xb533, 0x4e1f, 0x83, 0xcc, 0xf3, 0xa6, 0x19, 0x64, 0x57, 0xaa \
|
|
}
|
|
|
|
extern EFI_GUID gEndOfDisableQuietBootGuid;
|
|
|
|
#endif
|