Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/src/drivers/sgcn.c

    raf24629 ra71c158  
    4040#include <genarch/ofw/ofw_tree.h>
    4141#include <debug.h>
    42 #include <str.h>
     42#include <string.h>
    4343#include <print.h>
    4444#include <mm/page.h>
     
    132132static void init_sram_begin(void)
    133133{
    134         ASSERT(instance);
     134        ASSERT(instance)
    135135       
    136136        ofw_tree_node_t *chosen = ofw_tree_lookup("/chosen");
Note: See TracChangeset for help on using the changeset viewer.