mirror of
https://github.com/ipxe/ipxe
synced 2025-12-13 07:20:47 +03:00
[fdt] Add ability to parse unsigned integer properties
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -96,6 +96,7 @@ struct fdt {
|
||||
extern int fdt_path ( const char *path, unsigned int *offset );
|
||||
extern int fdt_alias ( const char *name, unsigned int *offset );
|
||||
extern const char * fdt_string ( unsigned int offset, const char *name );
|
||||
extern int fdt_u64 ( unsigned int offset, const char *name, uint64_t *value );
|
||||
extern int fdt_mac ( unsigned int offset, struct net_device *netdev );
|
||||
extern int register_fdt ( const struct fdt_header *hdr );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user