about summary refs log tree commit diff stats
path: root/kernel.soso/sleep.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel.soso/sleep.h')
-rw-r--r--kernel.soso/sleep.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/kernel.soso/sleep.h b/kernel.soso/sleep.h
new file mode 100644
index 00000000..6cd6460b
--- /dev/null
+++ b/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