basic scheduling, basic syscall, (added .data copy)
[cortex-from-scratch] / include / lib / syscall.h
index ddf6882..f1e8c6e 100644 (file)
@@ -1,2 +1,5 @@
 /* syscall.h */
-extern void theos_test();
+extern int theos_test(int, int, int);
+extern int theos_init(uint32_t *);
+extern int theos_switch(uint32_t *, uint32_t *);
+extern int theos_uptime();