comparison kernel/arch_arm.c3 @ 300:158068af716c

yafm
author Windel Bouwman
date Tue, 03 Dec 2013 18:00:22 +0100
parents
children a78b41ff6ad2
comparison
equal deleted inserted replaced
299:674789d9ff37 300:158068af716c
1 module arch;
2
3 function void init()
4 {
5 }
6
7 function void halt()
8 {
9 }
10