Changes in kernel/arch/sparc64/src/drivers/sgcn.c [a71c158:af24629] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/src/drivers/sgcn.c
ra71c158 raf24629 40 40 #include <genarch/ofw/ofw_tree.h> 41 41 #include <debug.h> 42 #include <str ing.h>42 #include <str.h> 43 43 #include <print.h> 44 44 #include <mm/page.h> … … 132 132 static void init_sram_begin(void) 133 133 { 134 ASSERT(instance) 134 ASSERT(instance); 135 135 136 136 ofw_tree_node_t *chosen = ofw_tree_lookup("/chosen");
Note:
See TracChangeset
for help on using the changeset viewer.