mirror of
https://github.com/ipxe/ipxe
synced 2026-05-14 20:00:42 +03:00
[fdt] Add ability to locate node by phandle
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -176,6 +176,8 @@ extern int fdt_path ( struct fdt *fdt, const char *path,
|
||||
unsigned int *offset );
|
||||
extern int fdt_alias ( struct fdt *fdt, const char *name,
|
||||
unsigned int *offset );
|
||||
extern int fdt_phandle ( struct fdt *fdt, uint32_t phandle,
|
||||
unsigned int *offset );
|
||||
extern const char * fdt_strings ( struct fdt *fdt, unsigned int offset,
|
||||
const char *name, unsigned int *count );
|
||||
extern const char * fdt_string ( struct fdt *fdt, unsigned int offset,
|
||||
|
||||
Reference in New Issue
Block a user