mirror of
https://github.com/ipxe/ipxe
synced 2026-01-27 09:58:31 +03:00
[fdt] Provide fdt_strings() to read string list properties
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -115,6 +115,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 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,
|
||||
const char *name );
|
||||
extern int fdt_u64 ( struct fdt *fdt, unsigned int offset, const char *name,
|
||||
|
||||
Reference in New Issue
Block a user