|
LibXenon
Bare-metal Xbox 360 homebrew library
|


Go to the source code of this file.
Macros | |
| #define | _B(n) ((unsigned long long)((uint8_t *)&x)[n]) |
| #define | cpu_to_fdt32(x) fdt32_to_cpu(x) |
| #define | cpu_to_fdt64(x) fdt64_to_cpu(x) |
Typedefs | |
| typedef u8 | uint8_t |
| typedef u16 | uint16_t |
| typedef u32 | uint32_t |
| typedef u64 | uint64_t |
| typedef s8 | int8_t |
| typedef s16 | int16_t |
| typedef s32 | int32_t |
| typedef s64 | int64_t |
Definition at line 19 of file libfdt_env.h.
| #define cpu_to_fdt32 | ( | x | ) | fdt32_to_cpu(x) |
Definition at line 24 of file libfdt_env.h.
| #define cpu_to_fdt64 | ( | x | ) | fdt64_to_cpu(x) |
Definition at line 31 of file libfdt_env.h.
Definition at line 15 of file libfdt_env.h.
Definition at line 16 of file libfdt_env.h.
Definition at line 17 of file libfdt_env.h.
Definition at line 14 of file libfdt_env.h.
Definition at line 10 of file libfdt_env.h.
Definition at line 11 of file libfdt_env.h.
Definition at line 12 of file libfdt_env.h.
Definition at line 9 of file libfdt_env.h.