TianoCore EDK2 master
|
Go to the source code of this file.
Macros | |
#define | cpu_to_fdt16(x) fdt16_to_cpu(x) |
#define | cpu_to_fdt32(x) fdt32_to_cpu(x) |
#define | cpu_to_fdt64(x) fdt64_to_cpu(x) |
Typedefs | |
typedef UINT16 | fdt16_t |
typedef UINT32 | fdt32_t |
typedef UINT64 | fdt64_t |
typedef UINT8 | uint8_t |
typedef UINT16 | uint16_t |
typedef UINT32 | uint32_t |
typedef UINT64 | uint64_t |
typedef UINTN | uintptr_t |
typedef UINTN | size_t |
Copyright (c) 2011-2014, ARM Limited. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file libfdt_env.h.
#define cpu_to_fdt16 | ( | x | ) | fdt16_to_cpu(x) |
Definition at line 34 of file libfdt_env.h.
#define cpu_to_fdt32 | ( | x | ) | fdt32_to_cpu(x) |
Definition at line 44 of file libfdt_env.h.
#define cpu_to_fdt64 | ( | x | ) | fdt64_to_cpu(x) |
Definition at line 54 of file libfdt_env.h.
typedef UINT16 fdt16_t |
Definition at line 15 of file libfdt_env.h.
typedef UINT32 fdt32_t |
Definition at line 16 of file libfdt_env.h.
typedef UINT64 fdt64_t |
Definition at line 17 of file libfdt_env.h.
typedef UINTN size_t |
Definition at line 24 of file libfdt_env.h.
typedef UINT16 uint16_t |
Definition at line 20 of file libfdt_env.h.
typedef UINT32 uint32_t |
Definition at line 21 of file libfdt_env.h.
typedef UINT64 uint64_t |
Definition at line 22 of file libfdt_env.h.
typedef UINT8 uint8_t |
Definition at line 19 of file libfdt_env.h.
typedef UINTN uintptr_t |
Definition at line 23 of file libfdt_env.h.