X-Git-Url: https://robinkrens.nl/gitweb/?a=blobdiff_plain;ds=sidebyside;f=include%2Flib%2Fsyscall.h;h=f1e8c6ed5e9d2de8d5bee1d67e21abb5965367ba;hb=0fb50a530c9823ef39a820e1078e0d5789c03f32;hp=ddf688284077b686e6344bd75187bcd97f26d1ac;hpb=cf9ca80d1ac4ea4c63d2a62e6608b39e9f54d5aa;p=cortex-from-scratch diff --git a/include/lib/syscall.h b/include/lib/syscall.h index ddf6882..f1e8c6e 100644 --- a/include/lib/syscall.h +++ b/include/lib/syscall.h @@ -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();