annotate kernel/src/archinterface.c3 @ 377:9667d78ba79e

Switched to xml for project description
author Windel Bouwman
date Fri, 11 Apr 2014 15:47:50 +0200
parents
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