mirror of https://github.com/acidanthera/audk.git
18 lines
386 B
C
18 lines
386 B
C
/** @file
|
|
*
|
|
* Copyright (c) 2017, Linaro Limited. All rights reserved.
|
|
*
|
|
* SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
*
|
|
**/
|
|
|
|
#ifndef __DT_PLATFORM_FORMSET_H__
|
|
#define __DT_PLATFORM_FORMSET_H__
|
|
|
|
#define DT_PLATFORM_FORMSET_GUID \
|
|
{ 0x2b7a240d, 0xd5ad, 0x4fd6, { 0xbe, 0x1c, 0xdf, 0xa4, 0x41, 0x5f, 0x55, 0x26 } }
|
|
|
|
extern EFI_GUID gDtPlatformFormSetGuid;
|
|
|
|
#endif
|