summaryrefslogtreecommitdiff
path: root/scalls/msleep.h
diff options
context:
space:
mode:
Diffstat (limited to 'scalls/msleep.h')
-rw-r--r--scalls/msleep.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/scalls/msleep.h b/scalls/msleep.h
deleted file mode 100644
index 71bf269..0000000
--- a/scalls/msleep.h
+++ /dev/null
@@ -1,5 +0,0 @@
-#ifndef MSLEEP_H
-#define MSLEEP_H
-#include <stdint.h>
-void syscall_msleep(uint32_t ms);
-#endif