Subversion Repositories HelenOS

Rev

Rev 78 | Rev 433 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 78 Rev 102
Line 29... Line 29...
29
#include <arch.h>
29
#include <arch.h>
30
#include <arch/ski/ski.h>
30
#include <arch/ski/ski.h>
31
 
31
 
32
void arch_pre_mm_init(void)
32
void arch_pre_mm_init(void)
33
{
33
{
-
 
34
    ski_init_console();
34
}
35
}
35
 
36
 
36
void arch_post_mm_init(void)
37
void arch_post_mm_init(void)
37
{
38
{
38
    ski_init_console();
-
 
39
}
39
}