Subversion Repositories HelenOS-historic

Rev

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

Rev 586 Rev 843
Line 29... Line 29...
29
#include <arch.h>
29
#include <arch.h>
30
#include <arch/console.h>
30
#include <arch/console.h>
31
 
31
 
32
void arch_pre_mm_init(void)
32
void arch_pre_mm_init(void)
33
{
33
{
34
    ofw_ppc32_console_init();
34
    ppc32_console_init();
35
}
35
}
36
 
36
 
37
void arch_post_mm_init(void)
37
void arch_post_mm_init(void)
38
{
38
{
39
}
39
}