]> rtime.felk.cvut.cz Git - l4.git/blob - kernel/fiasco/src/drivers/ppc32/kernel_uart-ppc32.cpp
update
[l4.git] / kernel / fiasco / src / drivers / ppc32 / kernel_uart-ppc32.cpp
1 INTERFACE:
2
3 EXTENSION class Kernel_uart { enum { Bsp_init_mode = Init_before_mmu }; };
4
5 IMPLEMENTATION [ppc32 && serial]:
6
7 #include <boot_info.h>
8
9 IMPLEMENT
10 bool Kernel_uart::startup(unsigned, int /*irq*/)
11 {
12   return Uart::startup(Boot_info::uart_base(), 1);
13 }