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