mirror of
https://github.com/ipxe/ipxe
synced 2026-01-29 12:29:13 +03:00
[fdt] Provide ability to locate the parent device node
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -170,6 +170,8 @@ fdt_reservations ( struct fdt *fdt ) {
|
||||
|
||||
extern int fdt_describe ( struct fdt *fdt, unsigned int offset,
|
||||
struct fdt_descriptor *desc );
|
||||
extern int fdt_parent ( struct fdt *fdt, unsigned int offset,
|
||||
unsigned int *parent );
|
||||
extern int fdt_path ( struct fdt *fdt, const char *path,
|
||||
unsigned int *offset );
|
||||
extern int fdt_alias ( struct fdt *fdt, const char *name,
|
||||
|
||||
Reference in New Issue
Block a user