]> git.proxmox.com Git - mirror_edk2.git/blob - EmbeddedPkg/Include/Guid/DtPlatformFormSet.h
EmbeddedPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / EmbeddedPkg / Include / Guid / DtPlatformFormSet.h
1 /** @file
2 *
3 * Copyright (c) 2017, Linaro Limited. All rights reserved.
4 *
5 * SPDX-License-Identifier: BSD-2-Clause-Patent
6 *
7 **/
8
9 #ifndef __DT_PLATFORM_FORMSET_H__
10 #define __DT_PLATFORM_FORMSET_H__
11
12 #define DT_PLATFORM_FORMSET_GUID \
13 { 0x2b7a240d, 0xd5ad, 0x4fd6, { 0xbe, 0x1c, 0xdf, 0xa4, 0x41, 0x5f, 0x55, 0x26 } }
14
15 extern EFI_GUID gDtPlatformFormSetGuid;
16
17 #endif