iPXE
Fdt.h
Go to the documentation of this file.
1 /** @file
2 *
3 * Copyright (c) 2013-2014, ARM Limited. All rights reserved.
4 *
5 * SPDX-License-Identifier: BSD-2-Clause-Patent
6 *
7 **/
8 
9 #ifndef __FDT_H__
10 #define __FDT_H__
11 
12 FILE_LICENCE ( BSD2_PATENT );
13 FILE_SECBOOT ( PERMITTED );
14 
15 #define FDT_TABLE_GUID \
16  { 0xb1b621d5, 0xf19c, 0x41a5, { 0x83, 0x0b, 0xd9, 0x15, 0x2c, 0x69, 0xaa, 0xe0 } }
17 
18 extern EFI_GUID gFdtTableGuid;
19 
20 #endif /* __FDT_H__ */
128 bit buffer containing a unique identifier value.
Definition: Base.h:216
FILE_LICENCE(BSD2_PATENT)
FILE_SECBOOT(PERMITTED)
EFI_GUID gFdtTableGuid