Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/genarch/src/ofw/ofw_tree.c

    r4872160 re731b0d  
    3939#include <arch/memstr.h>
    4040#include <mm/slab.h>
    41 #include <str.h>
     41#include <string.h>
    4242#include <panic.h>
    4343#include <print.h>
     
    6565    const char *name)
    6666{
    67         size_t i;
     67        unsigned int i;
    6868       
    6969        for (i = 0; i < node->properties; i++) {
     
    170170 */
    171171ofw_tree_node_t *ofw_tree_find_node_by_handle(ofw_tree_node_t *root,
    172     phandle handle)
     172    uint32_t handle)
    173173{
    174174        ofw_tree_node_t *cur;
Note: See TracChangeset for help on using the changeset viewer.