dedicated kthread interface and enablement of lrud auto-recycler
[lunaix-os.git] / lunaix-os / includes / lunaix / kthread.h
1 #ifndef __LUNAIX_KTHREAD_H
2 #define __LUNAIX_KTHREAD_H
3
4 #include <lunaix/types.h>
5 #include <lunaix/threads.h>
6
7 void
8 kthread_spawn(ptr_t entry);
9
10 void
11 kthread_sleep(int seconds);
12
13 #endif /* __LUNAIX_KTHREAD_H */