diff options
Diffstat (limited to 'include/common/fdt_wrappers.h')
-rw-r--r-- | include/common/fdt_wrappers.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/common/fdt_wrappers.h b/include/common/fdt_wrappers.h index 7a6b59893..06625e476 100644 --- a/include/common/fdt_wrappers.h +++ b/include/common/fdt_wrappers.h @@ -30,5 +30,7 @@ int fdtw_write_inplace_bytes(void *dtb, int node, const char *prop, unsigned int length, const void *data); int fdt_get_reg_props_by_index(const void *dtb, int node, int index, uintptr_t *base, size_t *size); +int fdt_get_reg_props_by_name(const void *dtb, int node, const char *name, + uintptr_t *base, size_t *size); #endif /* FDT_WRAPPERS_H */ |