]> rtime.felk.cvut.cz Git - l4.git/blob - kernel/fiasco/src/kern/arm/bsp/tegra2/kernel_uart-arm-tegra2.cpp
614b1098895b981060a4eb55cb9dee2bea09777b
[l4.git] / kernel / fiasco / src / kern / arm / bsp / tegra2 / kernel_uart-arm-tegra2.cpp
1 IMPLEMENTATION [arm && tegra2 && 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, 122);
10 }