annotate kernel/src/archinterface.c3 @ 385:d056b552d3f4

Made better use of layout
author Windel Bouwman
date Thu, 01 May 2014 14:03:12 +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