15typedef UINT16 fdt16_t;
16typedef UINT32 fdt32_t;
17typedef UINT64 fdt64_t;
20typedef UINT16 uint16_t;
21typedef UINT32 uint32_t;
22typedef UINT64 uint64_t;
23typedef UINTN uintptr_t;
34#define cpu_to_fdt16(x) fdt16_to_cpu(x)
44#define cpu_to_fdt32(x) fdt32_to_cpu(x)
54#define cpu_to_fdt64(x) fdt64_to_cpu(x)
63 return CopyMem (dest, src, len);
UINTN EFIAPI AsciiStrnLenS(IN CONST CHAR8 *String, IN UINTN MaxSize)
UINT16 EFIAPI SwapBytes16(IN UINT16 Value)
UINTN EFIAPI AsciiStrLen(IN CONST CHAR8 *String)
INTN EFIAPI AsciiStrCmp(IN CONST CHAR8 *FirstString, IN CONST CHAR8 *SecondString)
INTN EFIAPI AsciiStrnCmp(IN CONST CHAR8 *FirstString, IN CONST CHAR8 *SecondString, IN UINTN Length)
UINT32 EFIAPI SwapBytes32(IN UINT32 Value)
UINT64 EFIAPI SwapBytes64(IN UINT64 Value)
CHAR8 *EFIAPI AsciiStrStr(IN CONST CHAR8 *String, IN CONST CHAR8 *SearchString)
RETURN_STATUS EFIAPI AsciiStrCpyS(OUT CHAR8 *Destination, IN UINTN DestMax, IN CONST CHAR8 *Source)
INTN EFIAPI CompareMem(IN CONST VOID *DestinationBuffer, IN CONST VOID *SourceBuffer, IN UINTN Length)
VOID *EFIAPI CopyMem(OUT VOID *DestinationBuffer, IN CONST VOID *SourceBuffer, IN UINTN Length)
VOID *EFIAPI SetMem(OUT VOID *Buffer, IN UINTN Length, IN UINT8 Value)
VOID *EFIAPI ScanMem8(IN CONST VOID *Buffer, IN UINTN Length, IN UINT8 Value)