TianoCore EDK2 master
Loading...
Searching...
No Matches
libfdt_env.h File Reference

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
 

Detailed Description

Copyright (c) 2011-2014, ARM Limited. All rights reserved.

SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file libfdt_env.h.

Macro Definition Documentation

◆ cpu_to_fdt16

#define cpu_to_fdt16 (   x)    fdt16_to_cpu(x)

Definition at line 34 of file libfdt_env.h.

◆ cpu_to_fdt32

#define cpu_to_fdt32 (   x)    fdt32_to_cpu(x)

Definition at line 44 of file libfdt_env.h.

◆ cpu_to_fdt64

#define cpu_to_fdt64 (   x)    fdt64_to_cpu(x)

Definition at line 54 of file libfdt_env.h.

Typedef Documentation

◆ fdt16_t

typedef UINT16 fdt16_t

Definition at line 15 of file libfdt_env.h.

◆ fdt32_t

typedef UINT32 fdt32_t

Definition at line 16 of file libfdt_env.h.

◆ fdt64_t

typedef UINT64 fdt64_t

Definition at line 17 of file libfdt_env.h.

◆ size_t

typedef UINTN size_t

Definition at line 24 of file libfdt_env.h.

◆ uint16_t

typedef UINT16 uint16_t

Definition at line 20 of file libfdt_env.h.

◆ uint32_t

typedef UINT32 uint32_t

Definition at line 21 of file libfdt_env.h.

◆ uint64_t

typedef UINT64 uint64_t

Definition at line 22 of file libfdt_env.h.

◆ uint8_t

typedef UINT8 uint8_t

Definition at line 19 of file libfdt_env.h.

◆ uintptr_t

typedef UINTN uintptr_t

Definition at line 23 of file libfdt_env.h.