]> git.proxmox.com Git - mirror_edk2.git/blob - EmbeddedPkg/Include/Guid/DtPlatformDefaultDtbFile.h
ArmPkg: only attempt buildin MmCommunicationDxe for AArch64
[mirror_edk2.git] / EmbeddedPkg / Include / Guid / DtPlatformDefaultDtbFile.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_DEFAULT_DTB_FILE_H__
10 #define __DT_PLATFORM_DEFAULT_DTB_FILE_H__
11
12 #define DT_PLATFORM_DEFAULT_DTB_FILE_GUID \
13 { 0x25462cda, 0x221f, 0x47df, { 0xac, 0x1d, 0x25, 0x9c, 0xfa, 0xa4, 0xe3, 0x26 } }
14
15 extern EFI_GUID gDtPlatformDefaultDtbFileGuid;
16
17 #endif