Linux Kernel
3.7.1
|
#include <stddef.h>
#include <stdint.h>
#include <string.h>
Go to the source code of this file.
Macros | |
#define | EXTRACT_BYTE(n) ((unsigned long long)((uint8_t *)&x)[n]) |
#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) |
#define cpu_to_fdt16 | ( | x | ) | fdt16_to_cpu(x) |
Definition at line 13 of file libfdt_env.h.
#define cpu_to_fdt32 | ( | x | ) | fdt32_to_cpu(x) |
Definition at line 19 of file libfdt_env.h.
#define cpu_to_fdt64 | ( | x | ) | fdt64_to_cpu(x) |
Definition at line 26 of file libfdt_env.h.