TianoCore EDK2 master
Loading...
Searching...
No Matches
DtPlatformDefaultDtbFile.h
Go to the documentation of this file.
1
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
15extern EFI_GUID gDtPlatformDefaultDtbFileGuid;
16
17#endif
Definition: Base.h:213