TianoCore EDK2 master
Loading...
Searching...
No Matches
DtPlatformDtbLoaderLib.h
Go to the documentation of this file.
1
9#ifndef __DT_PLATFORM_DTB_LOADER_LIB_H__
10#define __DT_PLATFORM_DTB_LOADER_LIB_H__
11
12#include <Uefi/UefiBaseType.h>
13
27EFIAPI
29 OUT VOID **Dtb,
30 OUT UINTN *DtbSize
31 );
32
33#endif
UINT64 UINTN
EFI_STATUS EFIAPI DtPlatformLoadDtb(OUT VOID **Dtb, OUT UINTN *DtbSize)
#define OUT
Definition: Base.h:284
RETURN_STATUS EFI_STATUS
Definition: UefiBaseType.h:29