System Calls cleanup, multiple Processes and context switch
[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();