Go to the source code of this file.
◆ FDT_ALIGN
#define FDT_ALIGN |
( |
|
x, |
|
|
|
a |
|
) |
| (((x) + (a) - 1) & ~((a) - 1)) |
◆ FDT_CHECK_HEADER
#define FDT_CHECK_HEADER |
( |
|
fdt | ) |
|
Value: { \
int err; \
return err; \
}
int fdt_check_header(const void *fdt)
Definition at line 58 of file libfdt_internal.h.
◆ FDT_SW_MAGIC
◆ FDT_TAGALIGN
◆ _fdt_check_node_offset()
int _fdt_check_node_offset |
( |
const void * |
fdt, |
|
|
int |
offset |
|
) |
| |
◆ _fdt_check_prop_offset()
int _fdt_check_prop_offset |
( |
const void * |
fdt, |
|
|
int |
offset |
|
) |
| |
◆ _fdt_find_string()
const char * _fdt_find_string |
( |
const char * |
strtab, |
|
|
int |
tabsize, |
|
|
const char * |
s |
|
) |
| |
◆ _fdt_node_end_offset()
int _fdt_node_end_offset |
( |
void * |
fdt, |
|
|
int |
nodeoffset |
|
) |
| |