annotate kernel/src/archinterface.c3 @ 389:2ec730e45ea1

Added check for recursive struct
author Windel Bouwman
date Fri, 16 May 2014 12:29:31 +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