basic scheduling, basic syscall, (added .data copy)
[cortex-from-scratch] / include / lib / syscall.h
1 /* syscall.h */
2 extern int theos_test(int, int, int);
3 extern int theos_init(uint32_t *);
4 extern int theos_switch(uint32_t *, uint32_t *);
5 extern int theos_uptime();