diff options
Diffstat (limited to 'tools/iso/kernel.soso/sleep.h')
-rw-r--r-- | tools/iso/kernel.soso/sleep.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/iso/kernel.soso/sleep.h b/tools/iso/kernel.soso/sleep.h new file mode 100644 index 00000000..6cd6460b --- /dev/null +++ b/tools/iso/kernel.soso/sleep.h @@ -0,0 +1,9 @@ +#ifndef SLEEP_H +#define SLEEP_H + +#include "common.h" +#include "process.h" + +void sleepMilliseconds(Thread* thread, uint32 ms); + +#endif // SLEEP_H |