Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Typedefs
libfdt_env.h File Reference
#include <types.h>
#include <string.h>

Go to the source code of this file.

Macros

#define fdt16_to_cpu(x)   (x)
 
#define cpu_to_fdt16(x)   (x)
 
#define fdt32_to_cpu(x)   (x)
 
#define cpu_to_fdt32(x)   (x)
 
#define fdt64_to_cpu(x)   (x)
 
#define cpu_to_fdt64(x)   (x)
 

Typedefs

typedef u32 uint32_t
 
typedef u64 uint64_t
 
typedef unsigned long uintptr_t
 

Macro Definition Documentation

#define cpu_to_fdt16 (   x)    (x)

Definition at line 12 of file libfdt_env.h.

#define cpu_to_fdt32 (   x)    (x)

Definition at line 14 of file libfdt_env.h.

#define cpu_to_fdt64 (   x)    (x)

Definition at line 16 of file libfdt_env.h.

#define fdt16_to_cpu (   x)    (x)

Definition at line 11 of file libfdt_env.h.

#define fdt32_to_cpu (   x)    (x)

Definition at line 13 of file libfdt_env.h.

#define fdt64_to_cpu (   x)    (x)

Definition at line 15 of file libfdt_env.h.

Typedef Documentation

typedef u32 uint32_t

Definition at line 7 of file libfdt_env.h.

typedef u64 uint64_t

Definition at line 8 of file libfdt_env.h.

typedef unsigned long uintptr_t

Definition at line 9 of file libfdt_env.h.