f1e8c6ed5e9d2de8d5bee1d67e21abb5965367ba
[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();