about summary refs log tree commit diff stats
path: root/tools/iso/kernel.soso/sleep.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/iso/kernel.soso/sleep.h')
-rw-r--r--tools/iso/kernel.soso/sleep.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/tools/iso/kernel.soso/sleep.h b/tools/iso/kernel.soso/sleep.h
deleted file mode 100644
index 6cd6460b..00000000
--- a/tools/iso/kernel.soso/sleep.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef SLEEP_H
-#define SLEEP_H
-
-#include "common.h"
-#include "process.h"
-
-void sleepMilliseconds(Thread* thread, uint32 ms);
-
-#endif // SLEEP_H