arm/fdt: Start using new fdt code in mmu_man's fdt_serial logic
* Expose fdt_get_device_reg for others to use
This commit is contained in:
@@ -15,8 +15,9 @@
|
||||
void dump_fdt(const void *fdt);
|
||||
status_t fdt_get_cell_count(int node, int32 &addressCells, int32 &sizeCells);
|
||||
|
||||
addr_t fdt_get_device_reg_byname(const char* name);
|
||||
addr_t fdt_get_device_reg_byalias(const char* alias);
|
||||
phys_addr_t fdt_get_device_reg(int node);
|
||||
phys_addr_t fdt_get_device_reg_byname(const char* name);
|
||||
phys_addr_t fdt_get_device_reg_byalias(const char* alias);
|
||||
|
||||
|
||||
#endif /*__FDT_SUPPORT_H*/
|
||||
|
||||
Reference in New Issue
Block a user