23 lines
792 B
C
23 lines
792 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 _PUBLISH_ACPI_TABLE_DONE_
|
|
#define _PUBLISH_ACPI_TABLE_DONE_
|
|
|
|
#define PUBLISH_ACPI_TABLE_DONE_PROTOCOL_GUID \
|
|
{0x80EFBB27, 0x5462, 0x4338, 0xB6, 0xDF, 0xD4, 0x22, 0x14, 0xE9, 0xF, 0xD8}
|
|
|
|
extern EFI_GUID gPublishAcpiTableDoneProtocolGuid;
|
|
|
|
#endif
|