Changes in kernel/genarch/src/ofw/ofw_tree.c [4872160:e731b0d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/genarch/src/ofw/ofw_tree.c
r4872160 re731b0d 39 39 #include <arch/memstr.h> 40 40 #include <mm/slab.h> 41 #include <str .h>41 #include <string.h> 42 42 #include <panic.h> 43 43 #include <print.h> … … 65 65 const char *name) 66 66 { 67 size_t i;67 unsigned int i; 68 68 69 69 for (i = 0; i < node->properties; i++) { … … 170 170 */ 171 171 ofw_tree_node_t *ofw_tree_find_node_by_handle(ofw_tree_node_t *root, 172 phandlehandle)172 uint32_t handle) 173 173 { 174 174 ofw_tree_node_t *cur;
Note:
See TracChangeset
for help on using the changeset viewer.