]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmbeddedPkg/Include/Guid/Fdt.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / EmbeddedPkg / Include / Guid / Fdt.h
index f2397ff22a94e5573f67e3da62ef939cdcfd8869..e0091468292ae7148e1e1c2e06e6d77175b9e80c 100644 (file)
@@ -2,22 +2,21 @@
 *\r
 *  Copyright (c) 2013-2014, ARM Limited. All rights reserved.\r
 *\r
-*  This program and the accompanying materials\r
-*  are licensed and made available under the terms and conditions of the BSD License\r
-*  which accompanies this distribution.  The full text of the license may be found at\r
-*  http://opensource.org/licenses/bsd-license.php\r
-*\r
-*  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-*  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+*  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 *\r
 **/\r
 \r
-#ifndef __FDT_GUID_H__\r
-#define __FDT_GUID_H__\r
+#ifndef __FDT_H__\r
+#define __FDT_H__\r
 \r
 #define FDT_TABLE_GUID \\r
   { 0xb1b621d5, 0xf19c, 0x41a5, { 0x83, 0x0b, 0xd9, 0x15, 0x2c, 0x69, 0xaa, 0xe0 } }\r
 \r
-extern EFI_GUID gFdtTableGuid;\r
+extern EFI_GUID  gFdtTableGuid;\r
+\r
+#define FDT_VARIABLE_GUID \\r
+  { 0x25a4fd4a, 0x9703, 0x4ba9, { 0xa1, 0x90, 0xb7, 0xc8, 0x4e, 0xfb, 0x3e, 0x57 } }\r
+\r
+extern EFI_GUID  gFdtVariableGuid;\r
 \r
-#endif /* __FDT_GUID_H__ */\r
+#endif /* __FDT_H__ */\r