]> rtime.felk.cvut.cz Git - l4.git/blob - kernel/fiasco/src/kern/arm/bsp/tegra2/timer-arm-tegra2.cpp
3ddb07ebdf5e96af2bc653eb83dcea94227e533d
[l4.git] / kernel / fiasco / src / kern / arm / bsp / tegra2 / timer-arm-tegra2.cpp
1 // --------------------------------------------------------------------------
2 INTERFACE [arm && tegra2 && mptimer]:
3
4 EXTENSION class Timer
5 {
6 private:
7   static Mword interval() { return 249999; }
8 };