]> rtime.felk.cvut.cz Git - l4.git/blob - kernel/fiasco/src/kern/arm/bsp/integrator/kernel_uart-arm-integrator.cpp
0e8b58737349d75ecec7d59414184e01d3112087
[l4.git] / kernel / fiasco / src / kern / arm / bsp / integrator / kernel_uart-arm-integrator.cpp
1 IMPLEMENTATION [arm && integrator && serial]:
2
3 #include "mem_layout.h"
4
5 IMPLEMENT
6 bool Kernel_uart::startup(unsigned port, int /*irq*/)
7 {
8   if(port!=3) return false;
9   return Uart::startup(Mem_layout::Uart_base, 1);
10 }