annotate kernel/src/archinterface.c3 @ 390:b77f3290ac79

Added diagram editor tests
author Windel Bouwman
date Fri, 16 May 2014 10:12:16 +0200
parents 9667d78ba79e
children
rev   line source
377
9667d78ba79e Switched to xml for project description
Windel Bouwman
parents:
diff changeset
1
9667d78ba79e Switched to xml for project description
Windel Bouwman
parents:
diff changeset
2 module arch;
9667d78ba79e Switched to xml for project description
Windel Bouwman
parents:
diff changeset
3
9667d78ba79e Switched to xml for project description
Windel Bouwman
parents:
diff changeset
4 function void init();
9667d78ba79e Switched to xml for project description
Windel Bouwman
parents:
diff changeset
5
9667d78ba79e Switched to xml for project description
Windel Bouwman
parents:
diff changeset
6 function void putc(int c);
9667d78ba79e Switched to xml for project description
Windel Bouwman
parents:
diff changeset
7
9667d78ba79e Switched to xml for project description
Windel Bouwman
parents:
diff changeset
8 function void halt();
9667d78ba79e Switched to xml for project description
Windel Bouwman
parents:
diff changeset
9