Rev 3790 | Rev 4220 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3790 | Rev 4011 | ||
|---|---|---|---|
| Line 36... | Line 36... | ||
| 36 | */ |
36 | */ |
| 37 | 37 | ||
| 38 | #include <genarch/ofw/ofw_tree.h> |
38 | #include <genarch/ofw/ofw_tree.h> |
| 39 | #include <arch/drivers/fhc.h> |
39 | #include <arch/drivers/fhc.h> |
| 40 | #include <arch/memstr.h> |
40 | #include <arch/memstr.h> |
| 41 | #include <func.h> |
41 | #include <string.h> |
| 42 | #include <panic.h> |
42 | #include <panic.h> |
| 43 | #include <macros.h> |
43 | #include <macros.h> |
| 44 | 44 | ||
| 45 | bool ofw_fhc_apply_ranges(ofw_tree_node_t *node, ofw_fhc_reg_t *reg, uintptr_t *pa) |
45 | bool ofw_fhc_apply_ranges(ofw_tree_node_t *node, ofw_fhc_reg_t *reg, uintptr_t *pa) |
| 46 | { |
46 | { |